forgejo/web_src/js/components/.eslintrc.yaml
silverwind 040970c320
Enable two vue eslint rules (#24780)
These two rules are no longer violated, so we can enable them again.
2023-05-17 22:00:34 -04:00

15 lines
234 B
YAML

plugins:
- eslint-plugin-vue
extends:
- ../../../.eslintrc.yaml
- plugin:vue/vue3-recommended
env:
browser: true
rules:
vue/attributes-order: [0]
vue/html-closing-bracket-spacing: [0]
vue/max-attributes-per-line: [0]