Skip to content

Commit 0b39cc1

Browse files
committed
Update Stylelint to 14.16.0 (#37987).
git-svn-id: https://svn.redmine.org/redmine/trunk@21987 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 0b72c5b commit 0b39cc1

File tree

3 files changed

+335
-1121
lines changed

3 files changed

+335
-1121
lines changed

.stylelintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"color-no-invalid-hex": true,
44
"font-family-no-duplicate-names": true,
55
"font-family-no-missing-generic-family-keyword": true,
6-
"function-calc-no-invalid": true,
76
"function-calc-no-unspaced-operator": true,
87
"function-linear-gradient-no-nonstandard-direction": true,
98
"string-no-newline": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {},
33
"devDependencies": {
4-
"stylelint": "^13.0.0"
4+
"stylelint": "^14.16.0"
55
}
66
}

0 commit comments

Comments
 (0)