mirror of
https://github.com/go-gitea/gitea.git
synced 2024-10-31 08:37:35 -04:00
040970c320
These two rules are no longer violated, so we can enable them again.
15 lines
234 B
YAML
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]
|