Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: eslint-config-eyeo/README.md

Issue 29704603: Issue 5945 - Removed sudo suggestion from node module READMEs (Closed) Base URL: https://hg.adblockplus.org/codingtools
Patch Set: Created Feb. 21, 2018, 4:36 p.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 | « no previous file | stylelint-config-eyeo/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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`.
« no previous file with comments | « no previous file | stylelint-config-eyeo/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld