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: Fix trailing whitespace errors Created Dec. 14, 2017, 10:38 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
« 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
===================================================================
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/"
+ },
+ "dependencies": {
+ "stylelint-config-recommended": "^1.0.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