fix eslint

This commit is contained in:
kittentm 2026-03-08 07:48:14 +01:00
commit b80b00779c
No known key found for this signature in database
GPG key ID: AC43DFDBC1F44A91

View file

@ -33,4 +33,5 @@ jobs:
}' > .stylelintrc.json
stylelint "**/*.css" --allow-empty-input --fix || stylelint "**/*.css" --allow-empty-input
- 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