There was an error while loading. Please reload this page.
1 parent feb7cf0 commit 5411042Copy full SHA for 5411042
1 file changed
ts.js
@@ -1,7 +1,6 @@
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'
@@ -27,7 +26,8 @@ module.exports = {
27
26
overrides: [
28
{
29
30
- 'plugin:@typescript-eslint/recommended-requiring-type-checking'
+ 'plugin:@typescript-eslint/strict-type-checked',
+ 'plugin:@typescript-eslint/stylistic-type-checked',
31
],
32
files: ['./**/*.{ts,tsx}']
33
}
0 commit comments