mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-01 03:18:32 +00:00
22 lines
288 B
YAML
22 lines
288 B
YAML
|
---
|
||
|
version: "1.0"
|
||
|
linter: jetbrains/qodana-js:2023.1-eap
|
||
|
|
||
|
bootstrap: |
|
||
|
# install npm dependencies
|
||
|
npm install
|
||
|
|
||
|
exclude:
|
||
|
- name: All
|
||
|
paths:
|
||
|
- gh-pages
|
||
|
- third-party
|
||
|
|
||
|
failThreshold: 100
|
||
|
|
||
|
include:
|
||
|
- name: CheckDependencyLicenses
|
||
|
|
||
|
profile:
|
||
|
name: qodana.recommended
|