summaryrefslogtreecommitdiffstats
path: root/.stylelintrc
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2023-10-29 04:03:22 +0000
committerGo MAEDA <maeda@farend.jp>2023-10-29 04:03:22 +0000
commitf1518c54b762fe416d2375bc659000e12d574f34 (patch)
tree173725891f799ba67e798370a7edaf4a23c12932 /.stylelintrc
parent868aa401387d898b0861a0df93c63b5550dc3741 (diff)
downloadredmine-f1518c54b762fe416d2375bc659000e12d574f34.tar.gz
redmine-f1518c54b762fe416d2375bc659000e12d574f34.zip
Remove deprecated 'no-extra-semicolons' rule from Stylelint (#39400).
git-svn-id: https://svn.redmine.org/redmine/trunk@22392 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.stylelintrc')
-rw-r--r--.stylelintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.stylelintrc b/.stylelintrc
index 3d6aecb4d..ea5c7df0f 100644
--- a/.stylelintrc
+++ b/.stylelintrc
@@ -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,
}
}