FIX: Make .eslintrc file compatible with eslint 4

This commit is contained in:
Rafael dos Santos Silva 2017-06-22 17:09:16 -03:00
parent 94ab194a7f
commit 2e9ab29817
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@
"browser": true,
"builtin": true
},
"ecmaVersion": 7,
"parserOptions": {
"ecmaVersion": 7
},
"globals":
{"Ember":true,
"jQuery":true,