diff --git a/frontend/package.json b/frontend/package.json index 1826ee0e1c..58d520b925 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,7 +12,7 @@ "report": "cross-env REPORT=true npm run build", "preview": "npm run build && vite preview --host", "type:check": "vue-tsc --noEmit --skipLibCheck", - "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", + "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .eslintignore", "lint:styles": "stylelint 'src/**/*.{vue,html,css,scss,less}' --fix", "lint-staged": "npx lint-staged", "prepare": "cd .. && husky install frontend/.husky", @@ -145,4 +145,4 @@ "rollup": "^2.79.1", "gifsicle": "5.2.0" } -} \ No newline at end of file +}