diff --git a/.eslintrc.cjs b/eslint.config.cjs similarity index 100% rename from .eslintrc.cjs rename to eslint.config.cjs diff --git a/package.json b/package.json index 5bbdfa8..98533ae 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ }, "license": "MIT", "scripts": { - "lint": "eslint . --ext .ts", - "lint:fix": "eslint . --ext .ts --fix", + "lint": "eslint **/*.ts --no-warn-ignored", + "lint:fix": "eslint **/*.ts --fix --no-warn-ignored", "test": "bun test --timeout 5000 --coverage", "test:ci": "bun test --timeout 5000 --coverage", "publish": "npm publish",