Index: stylelint-config-eyeo/README.md |
=================================================================== |
--- a/stylelint-config-eyeo/README.md |
+++ b/stylelint-config-eyeo/README.md |
@@ -3,18 +3,16 @@ |
A [Stylelint](https://stylelint.io) configuration that checks for compliance |
with the [Adblock Plus coding style guide](https://adblockplus.org/coding-style#html-css) |
which is used for all eyeo projects. |
## Installation |
npm install -g stylelint |
-This command requires administrator privileges so you might need to use `sudo`. |
- |
Next, either install stylelint-config-eyeo within your project. For example: |
npm install --save-dev stylelint-config-eyeo |
Or, install stylelint-config-eyeo globally. For example: |
npm install -g stylelint-config-eyeo |