File tree Expand file tree Collapse file tree 3 files changed +17
-1034
lines changed Expand file tree Collapse file tree 3 files changed +17
-1034
lines changed Original file line number Diff line number Diff line change @@ -6,33 +6,12 @@ module.exports = {
66 } ,
77
88 plugins : [ "simple-import-sort" ] ,
9- extends : [ "satya164" ] ,
109
1110 rules : {
1211 "babel/no-unused-expressions" : "off" ,
1312 "import/extensions" : "off" ,
1413 "import/named" : "off" ,
1514 "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- ] ,
3615
3716 "simple-import-sort/exports" : "error" ,
3817 "simple-import-sort/imports" : [
@@ -48,11 +27,6 @@ module.exports = {
4827 ] ,
4928 } ,
5029 ] ,
51-
52- "@typescript-eslint/array-type" : [
53- "error" ,
54- { default : "generic" , readonly : "generic" } ,
55- ] ,
5630 } ,
5731 globals : {
5832 __DEV__ : true ,
Original file line number Diff line number Diff line change 119119 "@types/prettier" : " 2.4.2" ,
120120 "@types/vscode" : " 1.63.1" ,
121121 "eslint" : " 8.5.0" ,
122- "eslint-config-satya164" : " 3.1.10" ,
123122 "eslint-plugin-simple-import-sort" : " 7.0.0" ,
124123 "prettier" : " 2.5.1" ,
125124 "typescript" : " 4.5.4"
You can’t perform that action at this time.
0 commit comments