 Issue 29375899:
  Issue 4871 - Start using ESLint for adblockplusui  (Closed)
    
  
    Issue 29375899:
  Issue 4871 - Start using ESLint for adblockplusui  (Closed) 
  | Index: README.md | 
| diff --git a/README.md b/README.md | 
| index 3155365256a38e18bb292c5cd7610fe825629fc7..0ee109eec6c89e634f49078dac92f955265984d7 100644 | 
| --- a/README.md | 
| +++ b/README.md | 
| @@ -94,3 +94,14 @@ parameters: | 
| [crowdin]: https://crowdin.com | 
| + | 
| +Linting | 
| +------- | 
| + | 
| +You can lint the code using [ESLint](http://eslint.org). | 
| + | 
| + eslint *.js lib ext | 
| + | 
| +You will need to set up ESLint and our configuration first, see | 
| +[eslint-config-eyeo](https://hg.adblockplus.org/codingtools/file/tip/eslint-config-eyeo) | 
| +for more information. |