File tree Expand file tree Collapse file tree 9 files changed +29
-12
lines changed
Expand file tree Collapse file tree 9 files changed +29
-12
lines changed Original file line number Diff line number Diff line change 22 "extends" : " ./node_modules/@microsoft/rush-stack-compiler-3.5/includes/tsconfig-node.json" ,
33
44 "compilerOptions" : {
5- "rootDir" : " src" ,
6- "types" : [
7- " node"
8- ]
5+ "rootDir" : " src"
96 }
107}
Original file line number Diff line number Diff line change 1+ // This is a workaround for https://github.com/eslint/eslint/issues/3458
2+ require ( "@rushstack/eslint-config/patch-eslint6" ) ;
3+
4+ module . exports = {
5+ extends : [ "@rushstack/eslint-config" ] ,
6+ parserOptions : { tsconfigRootDir : __dirname } ,
7+ } ;
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env node
2+ require ( "eslint/bin/eslint" ) ;
Original file line number Diff line number Diff line change 99 },
1010 "bin" : {
1111 "rush-api-extractor" : " ./bin/rush-api-extractor" ,
12+ "rush-eslint" : " ./bin/rush-eslint" ,
1213 "rush-tsc" : " ./bin/rush-tsc" ,
1314 "rush-tslint" : " ./bin/rush-tslint"
1415 },
2021 "dependencies" : {
2122 "@microsoft/api-extractor" : " 7.7.0" ,
2223 "@microsoft/node-core-library" : " 3.18.0" ,
24+ "@rushstack/eslint-config" : " 0.4.2" ,
2325 "@types/node" : " 8.10.54" ,
24- "tslint-microsoft-contrib " : " ~5.2 .1" ,
26+ "eslint " : " ~6.5 .1" ,
2527 "tslint" : " ~5.12.1" ,
28+ "tslint-microsoft-contrib" : " ~5.2.1" ,
2629 "typescript" : " ~3.6.4"
2730 },
2831 "devDependencies" : {
2932 "@microsoft/node-library-build" : " 6.3.11" ,
3033 "@microsoft/rush-stack-compiler-3.5" : " 0.3.11" ,
3134 "@microsoft/rush-stack-compiler-shared" : " 0.0.0" ,
35+ "@rushstack/eslint-config" : " 0.4.2" ,
3236 "gulp" : " ~4.0.2"
3337 }
3438}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ // This is a workaround for https://github.com/eslint/eslint/issues/3458
2+ require ( "@rushstack/eslint-config/patch-eslint6" ) ;
3+
4+ module . exports = {
5+ extends : [ "@rushstack/eslint-config" ] ,
6+ parserOptions : { tsconfigRootDir : __dirname } ,
7+ } ;
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env node
2+ require ( "eslint/bin/eslint" ) ;
Original file line number Diff line number Diff line change 99 },
1010 "bin" : {
1111 "rush-api-extractor" : " ./bin/rush-api-extractor" ,
12+ "rush-eslint" : " ./bin/rush-eslint" ,
1213 "rush-tsc" : " ./bin/rush-tsc" ,
1314 "rush-tslint" : " ./bin/rush-tslint"
1415 },
2021 "dependencies" : {
2122 "@microsoft/api-extractor" : " 7.7.0" ,
2223 "@microsoft/node-core-library" : " 3.18.0" ,
24+ "@rushstack/eslint-config" : " 0.4.2" ,
2325 "@types/node" : " 8.10.54" ,
24- "tslint-microsoft-contrib " : " ~5.2 .1" ,
26+ "eslint " : " ~6.5 .1" ,
2527 "tslint" : " ~5.12.1" ,
28+ "tslint-microsoft-contrib" : " ~5.2.1" ,
2629 "typescript" : " ~3.7.2"
2730 },
2831 "devDependencies" : {
2932 "@microsoft/node-library-build" : " 6.3.11" ,
3033 "@microsoft/rush-stack-compiler-3.5" : " 0.3.11" ,
3134 "@microsoft/rush-stack-compiler-shared" : " 0.0.0" ,
35+ "@rushstack/eslint-config" : " 0.4.2" ,
3236 "gulp" : " ~4.0.2"
3337 }
3438}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments