diff --git a/package.json b/package.json index 1cfb7009..f764c7a5 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "build": "vite build", "test": "vitest", "lint": "npm run lint:code && npm run lint:css", - "lint:code": "eslint --ext .ts,.js,.json .", + "lint:code": "eslint", "lint:css": "stylelint src/**/*.css" } }