We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6291936 commit 57c5f26Copy full SHA for 57c5f26
package.json
@@ -34,7 +34,7 @@
34
"clean:styles": "rimraf --glob \"src/**/*.css.ts\"",
35
"clean:docs": "rimraf ./docs",
36
"lint": "npm run lint:biome && npm run lint:lit-analyzer && npm run lint:prettier && npm run lint:styles",
37
- "lint:biome": "biome check --fix",
+ "lint:biome": "biome lint",
38
"lint:lit-analyzer": "lit-analyzer",
39
"lint:prettier": "prettier \"**/*.ts\" --check --experimental-cli --ignore-path .gitignore",
40
"lint:styles": "stylelint \"src/**/*.scss\"",
0 commit comments