Browse Source

Add Vue to the globals of .eslintrc

version-14
Suraj Shetty 6 years ago
parent
commit
171289a309
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .eslintrc

+ 1
- 0
.eslintrc View File

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


Loading…
Cancel
Save