Skip to content
Snippets Groups Projects
Unverified Commit 4730411e authored by Yassine Doghri's avatar Yassine Doghri
Browse files

ci: call the right scripts for the js lint stage

parent cb3935bf
No related branches found
No related tags found
No related merge requests found
......@@ -52,8 +52,8 @@ lint-js:
script:
- npm run prettier
- npm run typecheck
- npm run eslint
- npm run stylelint
- npm run lint
- npm run lint:css
dependencies:
- js-dependencies
......
......@@ -22,6 +22,7 @@
"lint": "eslint --ext js,ts app/Views/_assets",
"lint:fix": "eslint --ext js,ts app/Views/_assets --fix",
"lint:css": "stylelint \"app/Views/_assets/**/*.css\"",
"lint:css:fix": "stylelint --fix \"app/Views/_assets/**/*.css\"",
"prettier": "prettier --check --ignore-path .gitignore .",
"prettier:fix": "prettier --write --ignore-path .gitignore .",
"typecheck": "tsc",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment