Skip to content

Commit 3ae696d

Browse files
committed
Update package.json files
1 parent e980a96 commit 3ae696d

File tree

22 files changed

+52
-3
lines changed

22 files changed

+52
-3
lines changed

build-tests/node-library-build-test/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@microsoft/node-library-build": "6.2.6",
12+
"@rushstack/eslint-config": "0.4.0",
1213
"@types/chai": "3.4.34",
1314
"@types/mocha": "5.2.5",
1415
"@types/node": "8.10.54",

common/config/rush/common-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"typescript": "~3.4.3",
2626

2727
// Workaround for https://github.com/microsoft/rushstack/issues/1466
28-
"eslint": "^6.0.0"
28+
"eslint": "~6.5.1"
2929
},
3030

3131
/**

stack/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint-plugin-security": "~1.4.0"
3131
},
3232
"devDependencies": {
33-
"eslint": "^6.0.0",
33+
"eslint": "~6.5.1",
3434
"typescript": "~3.5.3"
3535
}
3636
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env node
2+
require("eslint/bin/eslint");

stack/rush-stack-compiler-2.4/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
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
},
@@ -20,7 +21,9 @@
2021
"dependencies": {
2122
"@microsoft/api-extractor": "7.5.1",
2223
"@microsoft/node-core-library": "3.15.1",
24+
"@rushstack/eslint-config": "0.4.0",
2325
"@types/node": "8.10.54",
26+
"eslint": "~6.5.1",
2427
"tslint": "~5.12.1",
2528
"tslint-microsoft-contrib": "~5.2.1",
2629
"typescript": "~2.4.2"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env node
2+
require("eslint/bin/eslint");

stack/rush-stack-compiler-2.7/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
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
},
@@ -20,7 +21,9 @@
2021
"dependencies": {
2122
"@microsoft/api-extractor": "7.5.1",
2223
"@microsoft/node-core-library": "3.15.1",
24+
"@rushstack/eslint-config": "0.4.0",
2325
"@types/node": "8.10.54",
26+
"eslint": "~6.5.1",
2427
"tslint": "~5.12.1",
2528
"tslint-microsoft-contrib": "~5.2.1",
2629
"typescript": "~2.7.2"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env node
2+
require("eslint/bin/eslint");

stack/rush-stack-compiler-2.8/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
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
},
@@ -20,7 +21,9 @@
2021
"dependencies": {
2122
"@microsoft/api-extractor": "7.5.1",
2223
"@microsoft/node-core-library": "3.15.1",
24+
"@rushstack/eslint-config": "0.4.0",
2325
"@types/node": "8.10.54",
26+
"eslint": "~6.5.1",
2427
"tslint": "~5.12.1",
2528
"tslint-microsoft-contrib": "~5.2.1",
2629
"typescript": "~2.8.4"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env node
2+
require("eslint/bin/eslint");

0 commit comments

Comments
 (0)