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
|
||||
run: npx eslint .
|
||||
--config .eslintrc.cjs
|
||||
--ext .js,.mjs
|
||||
--c eslint.config.js
|
||||
--format @microsoft/eslint-formatter-sarif
|
||||
--output-file eslint-results.sarif
|
||||
continue-on-error: false
|
||||
|
|
Loading…
Reference in a new issue