Add Vue to the globals of .eslintrc
This commit is contained in:
parent
6c7ea02dc8
commit
171289a309
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue