Skip to content

Commit 208de71

Browse files
committedMay 21, 2020
feat: upgrade to ESLint v7 (typescript-eslint#2022)
1 parent 7ad4d7c commit 208de71

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1699
-1746
lines changed
 

‎.eslintrc.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ module.exports = {
1919
],
2020
parserOptions: {
2121
sourceType: 'module',
22-
project: ['./tsconfig.eslint.json', './packages/*/tsconfig.json'],
22+
project: [
23+
'./tsconfig.eslint.json',
24+
'./tests/integration/utils/jsconfig.json',
25+
'./packages/*/tsconfig.json',
26+
],
2327
tsconfigRootDir: __dirname,
2428
warnOnUnsupportedTypeScriptVersion: false,
2529
},

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"all-contributors-cli": "^6.14.2",
6565
"cspell": "^4.0.61",
6666
"cz-conventional-changelog": "^3.2.0",
67-
"eslint": "^6.7.0",
67+
"eslint": "^7.0.0",
6868
"eslint-plugin-eslint-comments": "^3.1.2",
6969
"eslint-plugin-eslint-plugin": "^2.2.1",
7070
"eslint-plugin-import": "^2.20.2",

0 commit comments

Comments
 (0)