Left: | ||
Right: |
LEFT | RIGHT |
---|---|
(no file at all) | |
1 { | 1 { |
2 "env": { | 2 "env": { |
3 "node": true | 3 "node": true |
4 }, | |
5 "globals": { | |
6 "URL": true | |
7 }, | 4 }, |
8 "rules": { | 5 "rules": { |
9 "max-len": "off", | 6 "max-len": "off", |
10 "no-console": "off" | 7 "no-console": "off" |
11 } | 8 } |
12 } | 9 } |
LEFT | RIGHT |