Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 { | 1 { |
2 "extends": "eslint-config-eyeo", | 2 "extends": "eslint-config-eyeo", |
3 "root": true, | 3 "root": true, |
4 "rules": { | |
5 "arrow-parens": "error" | |
6 }, | |
7 "env": { | 4 "env": { |
8 "browser": true, | 5 "browser": true, |
9 "webextensions": true | 6 "webextensions": true |
10 }, | 7 }, |
11 "globals": { | 8 "globals": { |
12 "exports": true, | 9 "ext": true |
13 "ext": true, | |
14 "require": true | |
15 } | 10 } |
16 } | 11 } |
LEFT | RIGHT |