| 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" |
| + } |
| +} |