File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -76,13 +76,10 @@ export default tsEslint.config(
7676 allowNumber : true ,
7777 } ,
7878 ] ,
79- camelcase : "off" ,
80- "filenames/match-regex" : "off" ,
8179 "github/array-foreach" : "error" ,
8280 "github/no-implicit-buggy-globals" : "error" ,
8381 "github/no-then" : "error" ,
8482 "github/no-dynamic-script-tag" : "error" ,
85- "i18n-text/no-en" : "off" ,
8683 "import/no-extraneous-dependencies" : [
8784 "error" ,
8885 {
@@ -91,19 +88,8 @@ export default tsEslint.config(
9188 peerDependencies : true ,
9289 } ,
9390 ] ,
94- "import/extensions" : "off" ,
95- "import/no-namespace" : "off" ,
9691 "import/order" : "warn" ,
97- "import/prefer-default-export" : "off" ,
9892 "no-console" : [ "warn" ] ,
99- "no-param-reassign" : "off" ,
100- "no-plusplus" : "off" ,
101- "no-shadow" : "off" ,
102- "no-unused-vars" : "off" ,
103- "object-shorthand" : "off" ,
104- "prefer-template" : "off" ,
105- radix : [ "error" , "as-needed" ] ,
106- "sort-imports" : "off" ,
10793 } ,
10894 } ,
10995 {
You can’t perform that action at this time.
0 commit comments