mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
use .gitignore as .eslintignore
This commit is contained in:
parent
41295bb974
commit
cede263dc4
@ -8,7 +8,7 @@
|
||||
"build": "vue-cli-service build",
|
||||
"dev": "yarn run serve",
|
||||
"analyse-bundle": "yarn build && webpack-bundle-analyzer dist/webpack.stats.json",
|
||||
"lint": "eslint --max-warnings=0 --ext .js,.vue,.json .",
|
||||
"lint": "eslint --max-warnings=0 --ext .js,.vue,.json --ignore-path .gitignore .",
|
||||
"stylelint": "stylelint --max-warnings=0 '**/*.{scss,vue}'",
|
||||
"test": "TZ=UTC jest --coverage",
|
||||
"locales": "scripts/sort.sh"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user