We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269c825 commit 009606dCopy full SHA for 009606d
.oxlintrc.json
@@ -8,14 +8,12 @@
8
},
9
"settings": {},
10
"rules": {
11
- "@typescript-eslint/no-misused-new": ["deny"],
12
- "@typescript-eslint/no-this-alias": ["deny"],
13
- "unicorn/no-empty-file": "allow",
14
- "unicorn/no-new-array": "allow",
15
- "no-control-regex": "allow",
16
- "no-extend-native": "allow",
17
- "no-new": "allow",
18
- "no-self-assign": "allow",
19
- "no-unused-vars": "allow"
+ "unicorn/no-empty-file": "off",
+ "unicorn/no-new-array": "off",
+ "no-control-regex": "off",
+ "no-extend-native": "off",
+ "no-new": "off",
+ "no-self-assign": "off",
+ "no-unused-vars": "off"
20
}
21
0 commit comments