Fix .eslintrc.

This commit is contained in:
Guo Xiang Tan 2017-08-02 16:08:04 +09:00
parent a1920b6e5f
commit 4c67340edd
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,