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 e8bcef9 commit 4a2fbe5Copy full SHA for 4a2fbe5
biome.json
@@ -1,8 +1,6 @@
1
{
2
- "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
3
- "organizeImports": {
4
- "enabled": true
5
- },
+ "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
+ "assist": { "actions": { "source": { "organizeImports": "on" } } },
6
"vcs": {
7
"enabled": true,
8
"defaultBranch": "main",
package.json
@@ -14,7 +14,9 @@
14
"main": "./dist/index.cjs",
15
"module": "./dist/index.js",
16
"types": "./dist/index.d.ts",
17
- "files": ["dist"],
+ "files": [
18
+ "dist"
19
+ ],
20
"scripts": {
21
"build": "rslib build",
22
"dev": "rslib build --watch",
0 commit comments