File tree Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " typescript-strict-plugin" ,
33 "version" : " 1.0.0-beta.2" ,
4- "description" : " https://github.com/Microsoft/TypeScript/wiki/Writing-a-Language-Service-Plugin" ,
4+ "description" : " Typescript plugin that allows turning on strict mode in specific files or directories." ,
5+ "author" : " Allegro" ,
6+ "contributors" : [
7+ " Jaroslaw Glegola <jaroslaw.glegola@allegro.pl>" ,
8+ " Kamil Krysiak <kamil.krysiak@allegro.pl>"
9+ ],
10+ "bugs" : {
11+ "url" : " https://github.com/kamkry/typescript-strict-plugin/issues"
12+ },
13+ "repository" : {
14+ "type" : " git" ,
15+ "url" : " https://github.com/kamkry/typescript-strict-plugin.git"
16+ },
17+ "license" : " MIT" ,
518 "main" : " dist/index.js" ,
619 "private" : false ,
720 "files" : [
1528 "e2e:coverage" : " c8 -o e2e_coverage -x e2e -r html -i \" src/**/*\" node e2e/run.js"
1629 },
1730 "keywords" : [
18- " TypeScript" ,
19- " TypeScript plugin tutorial" ,
20- " TypeScript Language Service" ,
21- " tutorial" ,
22- " example"
31+ " TypeScript Strict" ,
32+ " TypeScript plugin" ,
33+ " TypeScript Language Service"
2334 ],
24- "author" : " Sebastián Gurin" ,
25- "license" : " MIT" ,
2635 "devDependencies" : {
2736 "@types/node" : " ^14.14.35" ,
2837 "@typescript-eslint/eslint-plugin" : " ^4.18.0" ,
You can’t perform that action at this time.
0 commit comments