Left: | ||
Right: |
OLD | NEW |
---|---|
1 { | 1 { |
2 "env": { | 2 "env": { |
3 "node": true | 3 "node": true |
4 }, | 4 }, |
5 "globals": { | |
6 "URL": true | |
7 }, | |
5 "rules": { | 8 "rules": { |
6 "max-len": "off", | 9 "max-len": "off", |
7 "no-console": "off" | 10 "no-console": "off" |
8 } | 11 } |
9 } | 12 } |
OLD | NEW |