Skip to content

Commit

Permalink
fix Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Feb 1, 2024
1 parent 3599aa9 commit 87de6b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"dev": "webpack --progress --watch --env development",
"profile": "webpack --env production --profile --json > profile/atkjs-bundle-profile.json",
"analyze-profile": "webpack-bundle-analyzer profile/atkjs-bundle-profile.json",
"lint": "eslint --ext .js,.vue . && stylelint \"../public/**/*.less\" && prettier --config .prettierrc.js --loglevel warn \"../public/**/*.less\" --check",
"lint-fix": "eslint --ext .js,.vue . --fix && stylelint \"../public/**/*.less\" --fix && prettier --config .prettierrc.js --loglevel warn \"../public/**/*.less\" --write"
"lint": "eslint --ext .js,.vue . && stylelint \"../public/**/*.less\" && prettier --config .prettierrc.js --log-level warn \"../public/**/*.less\" --check",
"lint-fix": "eslint --ext .js,.vue . --fix && stylelint \"../public/**/*.less\" --fix && prettier --config .prettierrc.js --log-level warn \"../public/**/*.less\" --write"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 87de6b8

Please sign in to comment.