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 cab7d92 commit a9eb4c9Copy full SHA for a9eb4c9
3 files changed
sry/.vscode/settings.json
@@ -32,4 +32,4 @@
32
"source.fixAll.biome": "explicit",
33
"source.organizeImports.biome": "explicit"
34
}
35
-}
+}
sry/biome.jsonc
@@ -1,6 +1,4 @@
1
{
2
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
3
- "extends": [
4
- "ultracite/core"
5
- ]
6
+ "extends": ["ultracite/core"]
sry/tsconfig.json
@@ -1,8 +1,6 @@
"compilerOptions": {
- "lib": [
- "ESNext"
- ],
+ "lib": ["ESNext"],
"target": "ESNext",
7
"module": "ESNext",
8
"moduleDetection": "force",
@@ -24,11 +22,6 @@
24
22
"noPropertyAccessFromIndexSignature": false,
25
23
"strictNullChecks": true
26
},
27
- "include": [
28
- "src/**/*.ts"
29
30
- "exclude": [
31
- "node_modules",
- "dist"
+ "include": ["src/**/*.ts"],
+ "exclude": ["node_modules", "dist"]
0 commit comments