fix eslint
This commit is contained in:
parent
324e8636a7
commit
b80b00779c
1 changed files with 2 additions and 1 deletions
|
|
@ -33,4 +33,5 @@ jobs:
|
||||||
}' > .stylelintrc.json
|
}' > .stylelintrc.json
|
||||||
stylelint "**/*.css" --allow-empty-input --fix || stylelint "**/*.css" --allow-empty-input
|
stylelint "**/*.css" --allow-empty-input --fix || stylelint "**/*.css" --allow-empty-input
|
||||||
- name: JS
|
- name: JS
|
||||||
run: 'npx eslint . --no-eslintrc --rule "semi: [2, always]" --rule "no-console: 0" --env browser'
|
run: |
|
||||||
|
export ESLINT_USE_FLAT_CONFIG=false && npx eslint . --rule 'semi: [2, always]' --rule 'no-console: 0' --env browser
|
||||||
Loading…
Reference in a new issue