Configure eslint action
This commit is contained in:
parent
269505d3bf
commit
da2fb45d21
3
web/.eslintignore
Normal file
3
web/.eslintignore
Normal file
@ -0,0 +1,3 @@
|
||||
# Ignore artifacts:
|
||||
node_modules
|
||||
out
|
2
web/.github/workflows/linter.yml
vendored
2
web/.github/workflows/linter.yml
vendored
@ -17,5 +17,7 @@ jobs:
|
||||
- name: Run ESLint on changed files
|
||||
uses: tj-actions/eslint-changed-files@v4
|
||||
with:
|
||||
config-path: '.eslintrc.js'
|
||||
ignore-path: '.eslintignore'
|
||||
extensions: 'ts,tsx,js,jsx'
|
||||
extra-args: '--max-warnings=0'
|
Loading…
Reference in New Issue
Block a user