@twotwoba/vv-cli
Version:
CLI tool for creating Vue3 or React19 template projects by vite
16 lines (15 loc) • 528 B
JSON
{
"editor.tabSize": 4,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.fixAll.stylelint": "explicit"
},
"tailwindCSS.experimental.classRegex": [
["clsx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"], // clsx('xxx')
["\\/\\* tw \\*\\/\\s+`([^`]*)"] // /* tw */ `xxx`
],
"stylelint.validate": ["css", "html", "tsx"],
"css.lint.unknownAtRules": "ignore"
}