chore: update gh action for eslint (#47)
* chore: update dev deps * chore: pnpm update dev deps * chore: update deps; initial migrate to eslint flat config * chore: remove 'beta' from readme * 2.1.0 * chore: update gh action for eslint
This commit is contained in:
parent
8723290d90
commit
4445d04208
1 changed files with 1 additions and 2 deletions
3
.github/workflows/eslint.yml
vendored
3
.github/workflows/eslint.yml
vendored
|
@ -28,8 +28,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run ESLint
|
- name: Run ESLint
|
||||||
run: npx eslint .
|
run: npx eslint .
|
||||||
--config .eslintrc.cjs
|
--c eslint.config.js
|
||||||
--ext .js,.mjs
|
|
||||||
--format @microsoft/eslint-formatter-sarif
|
--format @microsoft/eslint-formatter-sarif
|
||||||
--output-file eslint-results.sarif
|
--output-file eslint-results.sarif
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
|
|
Loading…
Reference in a new issue