Skip to content

Commit 89ed916

Browse files
committed
Tweak .gitignore and .oxlintrc.json
1 parent a6f87a0 commit 89ed916

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
._.DS_Store
33
Thumbs.db
44
/.env
5-
/.eslintcache
65
/.nvm
76
/.tap
87
/.vscode

.oxlintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"unicorn/no-empty-file": "allow",
1414
"unicorn/no-new-array": "allow",
1515
"no-control-regex": "allow",
16+
"no-new": "allow",
1617
"no-self-assign": "allow",
1718
"no-unused-vars": "allow"
1819
}

0 commit comments

Comments
 (0)