LEFT | RIGHT |
1 [![Pipeline status](https://gitlab.com/eyeo/adblockplus/adblockpluschrome/badges
/master/build.svg)](https://gitlab.com/eyeo/adblockplus/adblockpluschrome/pipeli
nes/) | 1 [![Pipeline status](https://gitlab.com/eyeo/adblockplus/adblockpluschrome/badges
/master/build.svg)](https://gitlab.com/eyeo/adblockplus/adblockpluschrome/pipeli
nes/) |
2 | 2 |
3 Adblock Plus for Chrome, Opera, Microsoft Edge and Firefox | 3 Adblock Plus for Chrome, Opera, Microsoft Edge and Firefox |
4 ========================================================== | 4 ========================================================== |
5 | 5 |
6 This repository contains the platform-specific Adblock Plus source code for | 6 This repository contains the platform-specific Adblock Plus source code for |
7 Chrome, Opera, Microsoft Edge and Firefox. It can be used to build | 7 Chrome, Opera, Microsoft Edge and Firefox. It can be used to build |
8 Adblock Plus for these platforms, generic Adblock Plus code will be extracted | 8 Adblock Plus for these platforms, generic Adblock Plus code will be extracted |
9 from other repositories automatically (see _dependencies_ file). | 9 from other repositories automatically (see _dependencies_ file). |
10 | 10 |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 | 139 |
140 You will need to setup first. This will install our configuration | 140 You will need to setup first. This will install our configuration |
141 [eslint-config-eyeo](https://hg.adblockplus.org/codingtools/file/tip/eslint-conf
ig-eyeo) | 141 [eslint-config-eyeo](https://hg.adblockplus.org/codingtools/file/tip/eslint-conf
ig-eyeo) |
142 and everything needed after you run: | 142 and everything needed after you run: |
143 | 143 |
144 npm install | 144 npm install |
145 | 145 |
146 Then you can run to lint the code: | 146 Then you can run to lint the code: |
147 | 147 |
148 npm run lint | 148 npm run lint |
LEFT | RIGHT |