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 29b817b commit fc52c3dCopy full SHA for fc52c3d
.gitignore
@@ -2,7 +2,6 @@
2
._.DS_Store
3
Thumbs.db
4
/.env
5
-/.eslintcache
6
/.nvm
7
/.tap
8
/.vscode
.oxlintrc.json
@@ -13,6 +13,7 @@
13
"unicorn/no-empty-file": "allow",
14
"unicorn/no-new-array": "allow",
15
"no-control-regex": "allow",
16
+ "no-new": "allow",
17
"no-self-assign": "allow",
18
"no-unused-vars": "allow"
19
}
0 commit comments