Skip to content

Commit

Permalink
Upgrade @rushstack/eslint-plugin to build with TS 3.9 to work around t…
Browse files Browse the repository at this point in the history
  • Loading branch information
octogonz committed Jun 16, 2020
1 parent 8d37a20 commit 323bbd7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common/config/rush/nonbrowser-approved-packages.json
Expand Up @@ -120,7 +120,7 @@
},
{
"name": "@microsoft/rush-stack-compiler-3.9",
"allowedCategories": [ "tests" ]
"allowedCategories": [ "libraries", "tests" ]
},
{
"name": "@microsoft/rush-stack-compiler-shared",
Expand Down
2 changes: 1 addition & 1 deletion rush.json
Expand Up @@ -763,7 +763,7 @@
"projectFolder": "stack/eslint-plugin",
"reviewCategory": "libraries",
"shouldPublish": true,
"cyclicDependencyProjects": ["@microsoft/node-library-build", "@microsoft/rush-stack-compiler-3.5"]
"cyclicDependencyProjects": ["@microsoft/node-library-build", "@microsoft/rush-stack-compiler-3.9"]
},
{
"packageName": "@microsoft/rush-stack-compiler-2.4",
Expand Down
4 changes: 2 additions & 2 deletions stack/eslint-plugin/package.json
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@microsoft/node-library-build": "6.4.10",
"@microsoft/rush-stack-compiler-3.5": "0.4.4",
"@microsoft/rush-stack-compiler-3.9": "0.2.1",
"@types/eslint": "7.2.0",
"@types/estree": "0.0.44",
"@types/node": "10.17.13",
Expand All @@ -34,6 +34,6 @@
"@typescript-eslint/typescript-estree": "3.3.0",
"eslint": "~7.2.0",
"gulp": "~4.0.2",
"typescript": "~3.5.3"
"typescript": "~3.9.5"
}
}
2 changes: 1 addition & 1 deletion stack/eslint-plugin/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.5/includes/tsconfig-node.json",
"extends": "./node_modules/@microsoft/rush-stack-compiler-3.9/includes/tsconfig-node.json",

"compilerOptions": {
"types": ["node"]
Expand Down

0 comments on commit 323bbd7

Please sign in to comment.