Skip to content

Commit

Permalink
Re-adding eslint to pipeline - thanks to @codefriar for pointing this…
Browse files Browse the repository at this point in the history
… out
  • Loading branch information
jamessimone committed Feb 7, 2024
1 parent d53dfb6 commit bfc83b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"lint:verify": "sfdx scanner:run --target **/lwc/**/*.js,!node_modules/** --engine eslint-lwc --severity-threshold 3 --eslintconfig .eslintrc.json",
"prepare": "husky install && sfdx plugins:link ./node_modules/@salesforce/sfdx-scanner && sfdx plugins:link ./node_modules/@jongpie/sfdx-bummer-plugin",
"prettier": "prettier",
"scan": "sfdx scanner:run --pmdconfig config/pmd-ruleset.xml --target .,!plugins/ExtraCodeCoverage/** --engine pmd --severity-threshold 3",
"scan": "npm run lint:verify && npm run scan:pmd",
"scan:pmd": "sfdx scanner:run --pmdconfig config/pmd-ruleset.xml --target .,!plugins/ExtraCodeCoverage/** --engine pmd --severity-threshold 3",
"scan:graph": "sfdx scanner:run -e sfge -p . --target 'rollup'",
"test": "npm run test:apex && npm run test:lwc",
"test:apex": "sh ./scripts/runLocalTests.sh",
Expand Down

0 comments on commit bfc83b6

Please sign in to comment.