Skip to content

Commit 009606d

Browse files
committed
Update oxlintrc rules
1 parent 269c825 commit 009606d

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.oxlintrc.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@
88
},
99
"settings": {},
1010
"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"
11+
"unicorn/no-empty-file": "off",
12+
"unicorn/no-new-array": "off",
13+
"no-control-regex": "off",
14+
"no-extend-native": "off",
15+
"no-new": "off",
16+
"no-self-assign": "off",
17+
"no-unused-vars": "off"
2018
}
2119
}

0 commit comments

Comments
 (0)