Skip to content

Commit

Permalink
Enable two vue eslint rules (go-gitea#24780)
Browse files Browse the repository at this point in the history
These two rules are no longer violated, so we can enable them again.
  • Loading branch information
silverwind authored May 18, 2023
1 parent 4aacc3a commit 040970c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web_src/js/components/.eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ env:

rules:
vue/attributes-order: [0]
vue/component-definition-name-casing: [0]
vue/html-closing-bracket-spacing: [0]
vue/max-attributes-per-line: [0]
vue/one-component-per-file: [0]

0 comments on commit 040970c

Please sign in to comment.