Skip to content

Commit 6d472cc

Browse files
committed
Update biome ignore glob
1 parent 3296269 commit 6d472cc

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.ncurc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"loglevel": "minimal",
3-
"reject": ["all-the-package-names", "all-the-package-names-v1.3905.0", "eslint-plugin-unicorn"],
3+
"reject": [
4+
"all-the-package-names",
5+
"all-the-package-names-v1.3905.0",
6+
"eslint-plugin-unicorn"
7+
],
48
"upgrade": true
59
}

biome.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
{
22
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
33
"files": {
4-
"ignore": ["**/.*", "**/package.json", "**/package-lock.json"]
4+
"ignore": [
5+
"**/.git",
6+
"**/.github",
7+
"**/.husky",
8+
"**/.tap",
9+
"**/.vscode",
10+
"**/package.json",
11+
"**/package-lock.json"
12+
]
513
},
614
"formatter": {
715
"enabled": true,

0 commit comments

Comments
 (0)