Skip to content

Commit e9a0435

Browse files
committed
Upgrade stylelint to 4.x
1 parent 8d066f9 commit e9a0435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"postcss-import": "^8.0.2",
3030
"postcss-reporter": "^1.3.0",
3131
"read-file-stdin": "0.2.0",
32-
"stylelint": "^2.3.5"
32+
"stylelint": "^4.2.0"
3333
},
3434
"devDependencies": {
3535
"chai": "^3.4.1",
@@ -41,7 +41,7 @@
4141
"sinon": "^1.17.2",
4242
"sinon-as-promised": "^4.0.0",
4343
"sinon-chai": "^2.8.0",
44-
"stylelint-config-suitcss": "^1.0.0"
44+
"stylelint-config-suitcss": "^3.0.0"
4545
},
4646
"scripts": {
4747
"test": "npm run lint && mocha --reporter spec --slow 400 --timeout 3000",

0 commit comments

Comments
 (0)