mirror of
https://github.com/smyalygames/flightsim-on-linux.git
synced 2025-12-27 06:48:50 +01:00
ci: add eslint with prettier, with ts and mdx support
This commit is contained in:
2
.github/workflows/eslint.yml
vendored
2
.github/workflows/eslint.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user