We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9684a commit b50d77cCopy full SHA for b50d77c
biome.json
@@ -8,6 +8,14 @@
8
"enabled": true,
9
"useIgnoreFile": true
10
},
11
+ "linter": {
12
+ "rules": {
13
+ "correctness": {
14
+ "noUnusedVariables": "warn",
15
+ "noUnusedImports": "warn"
16
+ }
17
18
+ },
19
"formatter": {
20
"attributePosition": "multiline",
21
"indentStyle": "space",
tsconfig.json
@@ -1,6 +1,7 @@
1
{
2
"extends": "@sindresorhus/tsconfig",
3
"compilerOptions": {
4
+ "jsx": "react-jsx",
5
"outDir": "dist",
6
"noUnusedLocals": false,
7
"noUnusedParameters": false
0 commit comments