]> source.dussan.org Git - gitea.git/commitdiff
Enable two vue eslint rules (#24780)
authorsilverwind <me@silverwind.io>
Thu, 18 May 2023 02:00:34 +0000 (04:00 +0200)
committerGitHub <noreply@github.com>
Thu, 18 May 2023 02:00:34 +0000 (22:00 -0400)
These two rules are no longer violated, so we can enable them again.

web_src/js/components/.eslintrc.yaml

index d428b249513aa1a636b4fd7a3bc0cf7654051b46..4cc65edea912a3912ca316c7b97f7310740be32e 100644 (file)
@@ -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]