corrected .eslintignore, .gitignore and use .eslintignore in linting again

This commit is contained in:
Ulf Gebhardt 2022-03-16 03:43:49 +01:00
parent a8dfb27fbc
commit 6afdd1fde0
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
3 changed files with 4 additions and 5 deletions

View File

@ -1,3 +1,3 @@
node_modules
**/*.min.js
dist
node_modules/
dist/
coverage/

1
frontend/.gitignore vendored
View File

@ -5,7 +5,6 @@ dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
test/unit/coverage
package-lock.json
/.env

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 --ignore-path .gitignore .",
"lint": "eslint --max-warnings=0 --ext .js,.vue,.json .",
"stylelint": "stylelint --max-warnings=0 '**/*.{scss,vue}'",
"test": "TZ=UTC jest --coverage",
"locales": "scripts/sort.sh"