ci: add eslint with prettier, with ts and mdx support

This commit is contained in:
Anthony Berg
2023-06-24 16:30:12 +01:00
parent 421746338b
commit 94dce3e277
6 changed files with 2498 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ jobs:
- name: Run ESLint
run: npx eslint .
--config .eslintrc.json
--ext .js,.jsx,.ts,.tsx,.mdx
--ext .js,.jsx,.ts,.tsx,.md,.mdx
--format @microsoft/eslint-formatter-sarif
--output-file eslint-results.sarif
continue-on-error: true