Skip to content

Commit

Permalink
Merge pull request #9534 from qmonmert/eslintpugv2
Browse files Browse the repository at this point in the history
Next: Migrate from pug-lint to eslint pug plugin
  • Loading branch information
murdos authored Apr 14, 2024
2 parents cde393d + 096a3b5 commit ded62a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions .pug-lintrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lint": "npm run lint:js && npm run lint:pug && npm run lint:sass && npm run prettier:format",
"lint:ci": "npm run lint:ci:js && npm run lint:ci:pug && npm run lint:ci:sass && npm run prettier:check",
"lint:ci:js": "npm run lint:js:run -- --no-fix",
"lint:ci:pug": "eslint src/main/style/**/*.pug src/main/style/**/*.*.pug",
"lint:ci:pug": "eslint src/main/style --ext .pug",
"lint:ci:sass": "stylelint 'src/main/style/**/*.{css,scss}'",
"lint:js": "npm run lint:js:run -- --fix",
"lint:js:run": "eslint --ext .js,.ts,.vue --ignore-path .gitignore src/main/webapp src/test/javascript",
Expand Down

0 comments on commit ded62a3

Please sign in to comment.