mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
New format for linter config?
This commit is contained in:
parent
6e471a1124
commit
824754f318
1 changed files with 5 additions and 1 deletions
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 a new issue