| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "extends": "eslint-config-eyeo", | |
| 3 "root": true, | |
| 4 "rules": { | |
| 5 "arrow-parens": ["error", "as-needed"] | |
| 6 }, | |
| 7 "env": { | |
| 8 "browser": true, | |
| 9 "webextensions": true | |
| 10 }, | |
| 11 "globals": { | |
| 12 "exports": true, | |
| 13 "ext": true, | |
| 14 "require": true | |
| 15 } | |
| 16 } | |
| OLD | NEW |