Skip to content

Commit b50d77c

Browse files
chore: change linting rules
1 parent 0d9684a commit b50d77c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

biome.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
"enabled": true,
99
"useIgnoreFile": true
1010
},
11+
"linter": {
12+
"rules": {
13+
"correctness": {
14+
"noUnusedVariables": "warn",
15+
"noUnusedImports": "warn"
16+
}
17+
}
18+
},
1119
"formatter": {
1220
"attributePosition": "multiline",
1321
"indentStyle": "space",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "@sindresorhus/tsconfig",
33
"compilerOptions": {
4+
"jsx": "react-jsx",
45
"outDir": "dist",
56
"noUnusedLocals": false,
67
"noUnusedParameters": false

0 commit comments

Comments
 (0)