Skip to content

Commit 7e15c67

Browse files
committed
Revert "Upgrade stylelint to 3.0.3"
Introduces breaking changes and needs work This reverts commit 9adea43.
1 parent ede9b34 commit 7e15c67

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": "^7.1.3",
3030
"postcss-reporter": "^1.3.0",
3131
"read-file-stdin": "0.2.0",
32-
"stylelint": "^3.0.3"
32+
"stylelint": "^2.3.5"
3333
},
3434
"devDependencies": {
3535
"chai": "^3.4.1",
@@ -39,7 +39,7 @@
3939
"postcss-property-lookup": "^1.1.4",
4040
"rewire": "^2.5.1",
4141
"sinon": "^1.17.2",
42-
"stylelint-config-suitcss": "^2.0.0"
42+
"stylelint-config-suitcss": "^1.0.0"
4343
},
4444
"scripts": {
4545
"test": "npm run lint && mocha --reporter spec --slow 400",

0 commit comments

Comments
 (0)