@we-mobius/eslint-config-vue
v0.0.14
Published
Install dependencies:
Downloads
86
Maintainers
Readme
ESLint Config Vue
Getting Started
Install dependencies:
pnpm add -D @we-mobius/eslint-config-vueIn your project root folder, create a file named .eslintrc.json. Add the following content:
{
"extends": ["@we-mobius/eslint-config-vue"]
}Other config file formats are also supported, see ESLint Configuration Files.
Development
import { whatYouWant } from '@we-mobius/eslint-config-vue/ts'