Fix .eslintrc to work with Eslint4.

This commit is contained in:
Guo Xiang Tan 2017-08-02 16:13:57 +09:00
parent ea121d3ba2
commit 09975480f4
1 changed files with 4 additions and 1 deletions

View File

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