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 committed by Guo Xiang Tan
parent 5f0351348b
commit 3413140346

View File

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