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

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

Issue 29541680: Issue 5109 - Create stylelintrc for websites and ui modules (Closed) Base URL: https://hg.adblockplus.org/codingtools
Patch Set: Created Sept. 11, 2017, 9:21 a.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
« stylelint-config-eyeo/index.js ('K') | « 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
===================================================================
new file mode 100644
--- /dev/null
+++ b/stylelint-config-eyeo/package.json
@@ -0,0 +1,31 @@
+{
+ "name": "stylelint-config-eyeo",
+ "version": "1.0.0",
+ "description": "Stylelint configuration as used by eyeo.",
+ "main": "index.js",
+ "repository": {
+ "type": "hg",
+ "url": "https://hg.adblockplus.org/codingtools"
+ },
+ "keywords": [
+ "eyeo",
+ "adblockplus",
+ "abp",
+ "stylelint",
+ "stylelintconfig"
+ ],
+ "author": {
+ "name": "eyeo GmbH",
+ "url": "https://eyeo.com/"
+ },
+ "license": "GPL-3.0",
+ "bugs": {
+ "url": "https://issues.adblockplus.org/"
+ },
+ "devDependencies": {
+ "stylelint-config-recommended": "^1.0.0"
Thomas Greiner 2017/09/13 18:12:52 What is this dependency for? We don't have a build
ire 2017/09/14 08:33:01 It should actually be a dependency (or peer depend
Thomas Greiner 2017/09/14 10:52:15 Acknowledged.
+ },
+ "peerDependencies": {
+ "stylelint": "^8.0.0"
+ }
+}
« stylelint-config-eyeo/index.js ('K') | « stylelint-config-eyeo/index.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld