Skip to content

Commit 040970c

Browse files
authored
Enable two vue eslint rules (#24780)
These two rules are no longer violated, so we can enable them again.
1 parent 4aacc3a commit 040970c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web_src/js/components/.eslintrc.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,5 @@ env:
1010

1111
rules:
1212
vue/attributes-order: [0]
13-
vue/component-definition-name-casing: [0]
1413
vue/html-closing-bracket-spacing: [0]
1514
vue/max-attributes-per-line: [0]
16-
vue/one-component-per-file: [0]

0 commit comments

Comments
 (0)