Index: eslint-config-eyeo/README.md |
=================================================================== |
--- a/eslint-config-eyeo/README.md |
+++ b/eslint-config-eyeo/README.md |
@@ -3,18 +3,16 @@ |
An [ESLint](http://eslint.org) 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. |
## Installation |
npm install -g eslint eslint-config-eyeo |
-This command requires administrator privileges so you might need to use `sudo`. |
- |
## Usage |
To lint a JavaScript file using ESLint you run the `eslint` command with the |
file as an argument. For example: |
eslint some-file.js |
For advanced usage see `eslint --help`. |