Browse Source

New format for linter config?

pull/1886/head
Gabe Kangas 4 years ago
parent
commit
824754f318
  1. 6
      web/.github/workflows/linter.yml

6
web/.github/workflows/linter.yml

@ -20,4 +20,8 @@ jobs: @@ -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…
Cancel
Save