New format for linter config?
This commit is contained in:
parent
6e471a1124
commit
824754f318
6
web/.github/workflows/linter.yml
vendored
6
web/.github/workflows/linter.yml
vendored
@ -20,4 +20,8 @@ jobs:
|
||||
with:
|
||||
config_path: '.eslintrc.js'
|
||||
ignore_path: '.eslintignore'
|
||||
file_extensions: 'ts,tsx,js,jsx'
|
||||
file_extensions: |
|
||||
**/*.ts
|
||||
**/*.tsx
|
||||
**/*.js
|
||||
**/*.jsx
|
||||
|
Loading…
Reference in New Issue
Block a user