UNPKG

@twotwoba/vv-cli

Version:

Easily create Vite + React/Vue3 project with TailwindCSS and other useful libraries. Also support Chrome extension.

21 lines (20 loc) 459 B
{ "plugins": ["vue", "typescript"], "rules": { "no-undef": "off", "vue/multi-word-component-names": [ "error", { "ignores": ["index"] } ], "typescript/no-unused-vars": [ "error", { "argsIgnorePattern": "^_", "varsIgnorePattern": "^_" } ], "typescript/no-explicit-any": "off" } }