Added root true to help with running eslint locally

This commit is contained in:
Richard Davey 2018-02-19 21:00:18 +00:00
parent 2219858764
commit feee7da668

View file

@ -1,4 +1,5 @@
{
"root": true,
"env": {
"browser": true,
"es6": true,