]> source.dussan.org Git - redmine.git/commitdiff
Remove deprecated 'no-extra-semicolons' rule from Stylelint (#39400).
authorGo MAEDA <maeda@farend.jp>
Sun, 29 Oct 2023 04:03:22 +0000 (04:03 +0000)
committerGo MAEDA <maeda@farend.jp>
Sun, 29 Oct 2023 04:03:22 +0000 (04:03 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22392 e93f8b46-1217-0410-a6f0-8f06a7374b81

.stylelintrc

index 3d6aecb4de3767b395cdedc0ed55e91c394c4b64..ea5c7df0f596257a2cb7a7172b17e5e61d13cd50 100644 (file)
@@ -21,7 +21,6 @@
     "no-duplicate-at-import-rules": true,
     "no-duplicate-selectors": true,
     "no-empty-source": true,
-    "no-extra-semicolons": true,
     "no-invalid-double-slash-comments": true,
   }
 }