Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: stylelint-config-eyeo/package.json

Issue 29643562: Issue 5689 - Add rules for CSS declaration order to stylelint-config-eyeo (Closed) Base URL: https://hg.adblockplus.org/codingtools
Patch Set: Fixed trailing whitespace errors Created Feb. 8, 2018, 2:11 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « stylelint-config-eyeo/index.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: stylelint-config-eyeo/package.json
===================================================================
--- a/stylelint-config-eyeo/package.json
+++ b/stylelint-config-eyeo/package.json
@@ -18,14 +18,15 @@
"name": "eyeo GmbH",
"url": "https://eyeo.com/"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://issues.adblockplus.org/"
},
"dependencies": {
- "stylelint-config-recommended": "^1.0.0"
+ "stylelint-config-recommended": "^1.0.0",
+ "stylelint-order": "^0.7.0"
},
"peerDependencies": {
"stylelint": "^8.0.0"
}
}
« no previous file with comments | « stylelint-config-eyeo/index.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld