diff --git a/package.json b/package.json index 82fe37cb..8a7746ea 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "build:main": "tsc -p tsconfig.json", "build:module": "tsc -p tsconfig.module.json", "test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' nyc --reporter=text --reporter=lcov mocha", - "lint": "eslint . --ext .ts", + "lint": "biome check .", + "lint:fix": "biome check --apply .", "format:fix": "prettier --write .", "format": "prettier .", "release": "standard-version"