@@ -13,39 +13,39 @@ export default [
13
13
'jest-setup.ts' ,
14
14
] ,
15
15
} ,
16
- // ...callstackConfig,
17
- // ...tseslint.configs.strict,
18
- // {
19
- // plugins: {
20
- // 'simple-import-sort': simpleImportSort,
21
- // },
22
- // rules: {
23
- // 'simple-import-sort/imports': [
24
- // 'error',
25
- // {
26
- // groups: [['^\\u0000', '^react', '^@?\\w', '^'], ['^\\.']],
27
- // },
28
- // ],
29
- // },
30
- // },
31
- // {
32
- // rules: {
33
- // 'no-console': 'error',
34
- // 'import/order': 'off',
35
- // '@typescript-eslint/consistent-type-imports': 'error',
36
- // },
37
- // },
38
- // {
39
- // files: ['**/*.test.{ts,tsx}', 'src/test-utils/**'],
40
- // rules: {
41
- // 'react/no-multi-comp': 'off',
42
- // 'react-native/no-color-literals': 'off',
43
- // 'react-native/no-inline-styles': 'off',
44
- // 'react-native/no-raw-text': 'off',
45
- // 'react-native-a11y/has-valid-accessibility-descriptors': 'off',
46
- // 'react-native-a11y/has-valid-accessibility-ignores-invert-colors': 'off',
47
- // 'react-native-a11y/has-valid-accessibility-value': 'off',
48
- // '@typescript-eslint/no-explicit-any': 'off',
49
- // },
50
- // },
16
+ ...callstackConfig ,
17
+ ...tseslint . configs . strict ,
18
+ {
19
+ plugins : {
20
+ 'simple-import-sort' : simpleImportSort ,
21
+ } ,
22
+ rules : {
23
+ 'simple-import-sort/imports' : [
24
+ 'error' ,
25
+ {
26
+ groups : [ [ '^\\u0000' , '^react' , '^@?\\w' , '^' ] , [ '^\\.' ] ] ,
27
+ } ,
28
+ ] ,
29
+ } ,
30
+ } ,
31
+ {
32
+ rules : {
33
+ 'no-console' : 'error' ,
34
+ 'import/order' : 'off' ,
35
+ '@typescript-eslint/consistent-type-imports' : 'error' ,
36
+ } ,
37
+ } ,
38
+ {
39
+ files : [ '**/*.test.{ts,tsx}' , 'src/test-utils/**' ] ,
40
+ rules : {
41
+ 'react/no-multi-comp' : 'off' ,
42
+ 'react-native/no-color-literals' : 'off' ,
43
+ 'react-native/no-inline-styles' : 'off' ,
44
+ 'react-native/no-raw-text' : 'off' ,
45
+ 'react-native-a11y/has-valid-accessibility-descriptors' : 'off' ,
46
+ 'react-native-a11y/has-valid-accessibility-ignores-invert-colors' : 'off' ,
47
+ 'react-native-a11y/has-valid-accessibility-value' : 'off' ,
48
+ '@typescript-eslint/no-explicit-any' : 'off' ,
49
+ } ,
50
+ } ,
51
51
] ;
0 commit comments