1.0.2 • Published 6 years ago
@smcv/eslint-config-vue v1.0.2
ESLint Config
Shareable code style for new projects.
Install
npm install --save-dev @smcv/eslint-config-vue eslintUsage
Add this config to package.json or other ESLint configs.
"eslintConfig": {
"extends": "@smcv/eslint-config-vue"
}