Skip to content

Commit

Permalink
Fix ESLint CI command
Browse files Browse the repository at this point in the history
  • Loading branch information
vkoves committed Jan 8, 2025
1 parent 046799c commit 5fe4cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore",
"eslint-ci": "yarn lint --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif",
"eslint-ci": "yarn eslint-base --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif",
"eslint-base": "yarn eslint --ext .ts,.vue ./src",
"lint": "yarn eslint-base && npx prettier . --check",
"lint-fix": "yarn eslint-base --fix && npx prettier . --write"
Expand Down

0 comments on commit 5fe4cf5

Please sign in to comment.