Eslint just got a 2.0 version out: http://eslint.org/blog/2016/02/eslint-v2.0.0-released
The config has been changed a bit, we need to update our rules.
| Comment | File | Size | Author |
|---|---|---|---|
| core-js-eslintrc-update.patch | 1.18 KB | nod_ |
Eslint just got a 2.0 version out: http://eslint.org/blog/2016/02/eslint-v2.0.0-released
The config has been changed a bit, we need to update our rules.
| Comment | File | Size | Author |
|---|---|---|---|
| core-js-eslintrc-update.patch | 1.18 KB | nod_ |
Comments
Comment #2
droplet commentedmissing new `no-labels` ?
Comment #3
nod_Already in the config
Comment #4
tic2000 commentedI updated eslint, tried to eslint, lot of errors. I used the patch and the errors are gone (beside the annoying errors for empty space before anonymous function :P)
Comment #5
klausiRTBC+1, copied the updated config over to https://www.drupal.org/project/pareviewsh
Comment #8
catchCommitted/pushed to 8.1.x and cherry-picked to 8.0.x, thanks!