Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarnoldus committed Feb 16, 2023
1 parent 8044eb3 commit 2c98fde
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions front/package.json
Expand Up @@ -42,13 +42,13 @@
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.3.2",
"babel-register": "^6.22.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-vue": "^8.4.1",
"eslint": "7.32.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-friendly-formatter": "3.0.0",
"eslint-import-resolver-webpack": "0.8.3",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-vue": "8.4.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"postcss": "^8.4.6",
"postcss-import": "12.0.1",
Expand Down
2 changes: 1 addition & 1 deletion run-checks-node.sh
Expand Up @@ -29,4 +29,4 @@ function task() {
PY_MESSAGE="${INFO} Linting javascript files ${DARK_GRAY}[*.js]${RESET}"
cd front
npm install --legacy-peer-deps
# task "npm run lint" "$PY_MESSAGE" .
task "npm run lint" "$PY_MESSAGE" .

0 comments on commit 2c98fde

Please sign in to comment.