eslint-config-wopian-vue
v3.0.1
Published
Standard ESLint Config for my Vue projects
Readme
ESLint Config Vue
Standard ESLint Config for my Vue projects
Also available for JavaScript and React
Requirements
- ESLint
>=7.0.0 - Node
>=10.0.0
Installation
yarn add --dev eslint eslint-config-wopian-vue
npm install --save-dev eslint eslint-config-wopian-vueUsage
Create an .eslintrc.* file to configure rules. See: https://eslint.org/docs/user-guide/configuring
Example .eslintrc.yml
extends: wopian-vueContributing
Setup
This project uses Yarn Workspaces which has to be enabled globally:
yarn config set workspaces-experimental trueInstall Dependencies
yarn
yarn bootstrapLicense
All code released under MIT
