use .gitignore as .eslintignore

This commit is contained in:
Ulf Gebhardt 2022-03-16 02:34:09 +01:00
parent 41295bb974
commit cede263dc4
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -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"