Browse Source

[Test] Unlock stylelint version

TypeError fixed in stylelint/stylelint#4793
tags/2.6
moisseev 3 years ago
parent
commit
8d80fc1041
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

{ {
"devDependencies": { "devDependencies": {
"eslint": "*", "eslint": "*",
"stylelint": "~13.3.3",
"stylelint": ">=13.6.0",
"stylelint-config-standard": "*" "stylelint-config-standard": "*"
}, },
"eslintIgnore": [ "eslintIgnore": [

Loading…
Cancel
Save