Add Vue to the globals of .eslintrc

This commit is contained in:
Suraj Shetty 2018-12-06 19:31:50 +05:30
parent 6c7ea02dc8
commit 171289a309

View file

@ -60,6 +60,7 @@
"root": true, "root": true,
"globals": { "globals": {
"frappe": true, "frappe": true,
"Vue": true,
"__": true, "__": true,
"_p": true, "_p": true,
"_f": true, "_f": true,