@@ -66,45 +66,6 @@ module.exports = {
66
66
pathGroupsExcludedImportTypes : [ 'react' ] ,
67
67
} ,
68
68
] ,
69
- '@typescript-eslint/consistent-type-imports' : 'error' ,
70
- '@typescript-eslint/consistent-type-exports' : 'error' ,
71
- '@typescript-eslint/explicit-member-accessibility' : [
72
- 'error' ,
73
- {
74
- accessibility : 'explicit' ,
75
- overrides : {
76
- parameterProperties : 'no-public' ,
77
- } ,
78
- } ,
79
- ] ,
80
- '@typescript-eslint/member-ordering' : 'error' ,
81
- '@typescript-eslint/naming-convention' : [
82
- 'error' ,
83
- {
84
- selector : 'variable' ,
85
- types : [ 'boolean' ] ,
86
- format : [ 'PascalCase' ] ,
87
- prefix : [ 'is' , 'should' , 'has' , 'can' , 'did' , 'will' ] ,
88
- } ,
89
- ] ,
90
- '@typescript-eslint/no-confusing-void-expression' : 'error' ,
91
- '@typescript-eslint/no-redundant-type-constituents' : 'error' ,
92
- '@typescript-eslint/no-require-imports' : 'error' ,
93
- '@typescript-eslint/no-type-alias' : [
94
- 'off' ,
95
- {
96
- allowGenerics : 'always' ,
97
- allowAliases : 'always' ,
98
- allowMappedTypes : 'in-unions-and-intersections' ,
99
- } ,
100
- ] ,
101
- '@typescript-eslint/no-unused-vars' : 'error' ,
102
- '@typescript-eslint/prefer-enum-initializers' : 'error' ,
103
- '@typescript-eslint/prefer-readonly' : 'error' ,
104
- '@typescript-eslint/promise-function-async' : 'error' ,
105
- '@typescript-eslint/sort-type-constituents' : 'error' ,
106
- '@typescript-eslint/strict-boolean-expressions' : 'error' ,
107
- '@typescript-eslint/switch-exhaustiveness-check' : 'error' ,
108
69
'no-restricted-imports' : [
109
70
'error' ,
110
71
{
0 commit comments