Browse Source

Update Stylelint to 14.16.0 (#37987).


git-svn-id: https://svn.redmine.org/redmine/trunk@21987 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.1.0
Go MAEDA 1 year ago
parent
commit
0b39cc154d
3 changed files with 335 additions and 1121 deletions
  1. 0
    1
      .stylelintrc
  2. 1
    1
      package.json
  3. 334
    1119
      yarn.lock

+ 0
- 1
.stylelintrc View File

@@ -3,7 +3,6 @@
"color-no-invalid-hex": true,
"font-family-no-duplicate-names": true,
"font-family-no-missing-generic-family-keyword": true,
"function-calc-no-invalid": true,
"function-calc-no-unspaced-operator": true,
"function-linear-gradient-no-nonstandard-direction": true,
"string-no-newline": true,

+ 1
- 1
package.json View File

@@ -1,6 +1,6 @@
{
"dependencies": {},
"devDependencies": {
"stylelint": "^13.0.0"
"stylelint": "^14.16.0"
}
}

+ 334
- 1119
yarn.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save