mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
corrected .eslintignore, .gitignore and use .eslintignore in linting again
This commit is contained in:
parent
a8dfb27fbc
commit
6afdd1fde0
@ -1,3 +1,3 @@
|
|||||||
node_modules
|
node_modules/
|
||||||
**/*.min.js
|
dist/
|
||||||
dist
|
coverage/
|
||||||
1
frontend/.gitignore
vendored
1
frontend/.gitignore
vendored
@ -5,7 +5,6 @@ dist/
|
|||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
test/unit/coverage
|
|
||||||
|
|
||||||
package-lock.json
|
package-lock.json
|
||||||
/.env
|
/.env
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
"build": "vue-cli-service build",
|
"build": "vue-cli-service build",
|
||||||
"dev": "yarn run serve",
|
"dev": "yarn run serve",
|
||||||
"analyse-bundle": "yarn build && webpack-bundle-analyzer dist/webpack.stats.json",
|
"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}'",
|
"stylelint": "stylelint --max-warnings=0 '**/*.{scss,vue}'",
|
||||||
"test": "TZ=UTC jest --coverage",
|
"test": "TZ=UTC jest --coverage",
|
||||||
"locales": "scripts/sort.sh"
|
"locales": "scripts/sort.sh"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user