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