Skip to content

Commit 8219f36

Browse files
committed
chore: Update biome settings and fix new lint issues
1 parent 20c1a81 commit 8219f36

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.eslintrc.cjs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use strict'; // eslint-disable-line
2-
31
const OFF = 0;
42
const WARN = 1;
53
const ERROR = 2;

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"[javascript][typescript]": {
2525
"editor.codeActionsOnSave": {
2626
"source.sortImports": "explicit",
27-
"source.fixAll": "explicit",
27+
"source.fixAll": "explicit"
2828
},
2929
"editor.defaultFormatter": "biomejs.biome"
3030
}

biome.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"overrides": [
6363
{
64-
"include": [".vscode/**"],
64+
"include": [".vscode/**", "tsconfig.json", "tsconfig.node.json"],
6565
"json": {
6666
"parser": {
6767
"allowComments": true,

0 commit comments

Comments
 (0)