specify typescript scanning
parent
94a3cbedf4
commit
be50868c64
|
|
@ -13,6 +13,9 @@ plugins:
|
||||||
eslint:
|
eslint:
|
||||||
enabled: true
|
enabled: true
|
||||||
channel: "eslint-8"
|
channel: "eslint-8"
|
||||||
|
config:
|
||||||
|
extensions:
|
||||||
|
- .ts
|
||||||
exclude_patterns:
|
exclude_patterns:
|
||||||
- "cypress/"
|
- "cypress/"
|
||||||
- "**/node_modules/"
|
- "**/node_modules/"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue