Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 { | 1 { |
2 "extends": "eslint-config-eyeo", | 2 "extends": "eslint-config-eyeo", |
3 "root": true, | 3 "root": true |
4 "parserOptions": { | |
5 "ecmaVersion": 2017 | |
Wladimir Palant
2017/04/27 11:46:41
This is necessary because our default config won't
kzar
2017/04/27 15:19:36
Since you're already adding it to the default conf
Wladimir Palant
2017/04/27 18:04:50
Done, removing it was the idea of course.
| |
6 } | |
7 } | 4 } |
LEFT | RIGHT |