Skip to content

Commit 82ef255

Browse files
committed
adjust lint scripts
1 parent 1a2649e commit 82ef255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"build": "npm run empty-dist && npm run preprocess && npm run find-strings && npm run bundle && npm run extra-bundles && npm run locales && npm run schema dist && npm run stats",
3636
"regl-codegen": "node devtools/regl_codegen/server.js",
3737
"cibuild": "npm run empty-dist && npm run preprocess && node tasks/cibundle.js",
38-
"lint": "eslint --version && eslint .",
39-
"lint-fix": "eslint . --fix || true",
38+
"lint": "npx @biomejs/biome lint",
39+
"lint-fix": "npx @biomejs/biome lint --write || true",
4040
"pretest": "node tasks/pretest.js",
4141
"test-jasmine": "karma start test/jasmine/karma.conf.js",
4242
"test-mock": "node tasks/test_mock.js",

0 commit comments

Comments
 (0)