1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

Remove deprecated 'no-extra-semicolons' rule from Stylelint (#39400).

git-svn-id: https://svn.redmine.org/redmine/trunk@22392 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2023-10-29 04:03:22 +00:00
parent 868aa40138
commit f1518c54b7

View 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,
}
}