From 82f6cfe297ea38b9e3bfe9d6f08cd0096cc19fbc Mon Sep 17 00:00:00 2001 From: Andreas Richter <708186+richtera@users.noreply.github.com> Date: Thu, 11 Apr 2024 05:00:52 -0400 Subject: [PATCH] fix: Remove eslint script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"