There was an error while loading. Please reload this page.
1 parent 9a06263 commit 59212d4Copy full SHA for 59212d4
1 file changed
ts.js
@@ -1,6 +1,7 @@
1
module.exports = {
2
extends: [
3
'eslint:recommended',
4
+ 'plugin:@typescript-eslint/strict-type-checked',
5
'plugin:import/recommended',
6
'plugin:import/typescript',
7
'plugin:prettier/recommended'
@@ -26,8 +27,7 @@ module.exports = {
26
27
overrides: [
28
{
29
- 'plugin:@typescript-eslint/strict-type-checked',
30
- 'plugin:@typescript-eslint/stylistic-type-checked',
+ 'plugin:@typescript-eslint/recommended-requiring-type-checking'
31
],
32
files: ['./**/*.{ts,tsx}']
33
}
0 commit comments