File tree 3 files changed +17
-1034
lines changed
3 files changed +17
-1034
lines changed Original file line number Diff line number Diff line change @@ -6,33 +6,12 @@ module.exports = {
6
6
} ,
7
7
8
8
plugins : [ "simple-import-sort" ] ,
9
- extends : [ "satya164" ] ,
10
9
11
10
rules : {
12
11
"babel/no-unused-expressions" : "off" ,
13
12
"import/extensions" : "off" ,
14
13
"import/named" : "off" ,
15
14
"import/no-unresolved" : "off" ,
16
- "jest/consistent-test-it" : [ "error" , { fn : "test" } ] ,
17
- "jest/no-truthy-falsy" : "off" ,
18
- "jest/expect-expect" : [
19
- "error" ,
20
- { assertFunctionNames : [ "expect" , "element" ] } ,
21
- ] ,
22
-
23
- "prettier/prettier" : [
24
- "error" ,
25
- {
26
- bracketSameLine : false ,
27
- bracketSpacing : true ,
28
- printWidth : 80 ,
29
- semi : true ,
30
- singleQuote : false ,
31
- tabWidth : 2 ,
32
- trailingComma : "all" ,
33
- useTabs : false ,
34
- } ,
35
- ] ,
36
15
37
16
"simple-import-sort/exports" : "error" ,
38
17
"simple-import-sort/imports" : [
@@ -48,11 +27,6 @@ module.exports = {
48
27
] ,
49
28
} ,
50
29
] ,
51
-
52
- "@typescript-eslint/array-type" : [
53
- "error" ,
54
- { default : "generic" , readonly : "generic" } ,
55
- ] ,
56
30
} ,
57
31
globals : {
58
32
__DEV__ : true ,
Original file line number Diff line number Diff line change 119
119
"@types/prettier" : " 2.4.2" ,
120
120
"@types/vscode" : " 1.63.1" ,
121
121
"eslint" : " 8.5.0" ,
122
- "eslint-config-satya164" : " 3.1.10" ,
123
122
"eslint-plugin-simple-import-sort" : " 7.0.0" ,
124
123
"prettier" : " 2.5.1" ,
125
124
"typescript" : " 4.5.4"
You can’t perform that action at this time.
0 commit comments