1
0
mirror of synced 2026-08-05 17:56:58 +00:00

Fix .eslintrc.

This commit is contained in:
Guo Xiang Tan
2017-08-02 16:34:46 +09:00
parent 639784ec81
commit 6ab44835b8
+4 -1
View File
@@ -6,7 +6,10 @@
"browser": true,
"builtin": true
},
ecmaVersion: 7,
"parserOptions": {
"ecmaVersion": 7,
"sourceType": "module"
},
"globals":
{"Ember":true,
"jQuery":true,