Skip to content

Commit 1ccf6e6

Browse files
committed
chore: tweaks
1 parent 9832dce commit 1ccf6e6

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

.oxfmtrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"$schema": "./node_modules/oxfmt/configuration_schema.json",
3-
"ignorePatterns": []
3+
"ignorePatterns": ["coverage/", "dist/", "node_modules/", "pnpm-lock.yaml"]
44
}

.oxlintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "./node_modules/oxlint/configuration_schema.json",
3-
"ignorePatterns": ["dist/**"],
3+
"ignorePatterns": ["coverage/**", "dist/**", "node_modules/"],
44
"categories": {
55
"correctness": "error",
66
"suspicious": "warn",

.prettierignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)