Index: stylelint-config-eyeo/README.md |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/stylelint-config-eyeo/README.md |
@@ -0,0 +1,9 @@ |
+# stylelint-config-eyeo |
+ |
+A [Styelint](https://stylelint.io) configuration that checks for compliance with the [Adblock Plus coding style guide](https://adblockplus.org/coding-style#javascript) which is used for all eyeo projects. |
Thomas Greiner
2017/09/13 18:12:52
Typo: Replace "Styelint" with "Stylelint"
Thomas Greiner
2017/09/13 18:12:52
I don't see how this affects our JavaScript code s
ire
2017/09/14 08:33:00
Done.
ire
2017/09/14 08:33:00
Done.
|
+ |
+## Installation |
+ |
+ npm install -g eslint stylelint-config-eyeo |
Thomas Greiner
2017/09/13 18:12:52
I assume you meant to write "stylelint" instead of
ire
2017/09/14 08:32:59
Done.
|
+ |
+This command requires administrator privileges so you might need to use `sudo`. |