File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,6 @@ module.exports = {
66 project : true ,
77 tsconfigRootDir : __dirname
88 } ,
9- rules : {
10- '@typescript-eslint/no-unsafe-call' : 'off' ,
11- '@typescript-eslint/no-unsafe-assignment' : 'off' ,
12- '@typescript-eslint/no-unsafe-return' : 'off' ,
13- '@typescript-eslint/no-unsafe-member-access' : 'off' ,
14- } ,
159 overrides : [
1610 {
1711 files : [ '**/*.{js,ts}' ] ,
@@ -23,6 +17,12 @@ module.exports = {
2317 files : [ '**/*.gts' ] ,
2418 parser : 'ember-eslint-parser' ,
2519 plugins : [ 'ember' ] ,
20+ rules : {
21+ '@typescript-eslint/no-unsafe-call' : 'off' ,
22+ '@typescript-eslint/no-unsafe-assignment' : 'off' ,
23+ '@typescript-eslint/no-unsafe-return' : 'off' ,
24+ '@typescript-eslint/no-unsafe-member-access' : 'off' ,
25+ } ,
2626 extends : [
2727 'eslint:recommended' ,
2828 'plugin:@typescript-eslint/recommended-type-checked' ,
You can’t perform that action at this time.
0 commit comments