Browse Source
Add Vetur file configuration
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
honeypot-register-form
Thomas Citharel
1 month ago
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with
5 additions and
0 deletions
-
vetur.config.js
|
|
@ -0,0 +1,5 @@ |
|
|
|
// vetur.config.js
|
|
|
|
/** @type {import('vls').VeturConfig} */ |
|
|
|
module.exports = { |
|
|
|
projects: ["./js"], |
|
|
|
}; |