| OLD | NEW |
| 1 [](https://gitlab.com/eyeo/adblockplus/adblockpluschrome/pipeli
nes/) |
| 2 |
| 1 Adblock Plus for Chrome, Opera, Microsoft Edge and Firefox | 3 Adblock Plus for Chrome, Opera, Microsoft Edge and Firefox |
| 2 ========================================================== | 4 ========================================================== |
| 3 | 5 |
| 4 This repository contains the platform-specific Adblock Plus source code for | 6 This repository contains the platform-specific Adblock Plus source code for |
| 5 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 |
| 6 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 |
| 7 from other repositories automatically (see _dependencies_ file). | 9 from other repositories automatically (see _dependencies_ file). |
| 8 | 10 |
| 9 Note that the Firefox extension built from this repository is the new | 11 Note that the Firefox extension built from this repository is the new |
| 10 [WebExtension](https://developer.mozilla.org/en-US/Add-ons/WebExtensions). | 12 [WebExtension](https://developer.mozilla.org/en-US/Add-ons/WebExtensions). |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 | 139 |
| 138 You will need to setup first. This will install our configuration | 140 You will need to setup first. This will install our configuration |
| 139 [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) |
| 140 and everything needed after you run: | 142 and everything needed after you run: |
| 141 | 143 |
| 142 npm install | 144 npm install |
| 143 | 145 |
| 144 Then you can run to lint the code: | 146 Then you can run to lint the code: |
| 145 | 147 |
| 146 npm run lint | 148 npm run lint |
| OLD | NEW |