@vue-storefront/eslint-config-vue2
v1.1.2
Published
[![@vue-storefront/eslint-config-vue2](./cover.png)]()
Downloads
21
Readme
@vue-storefront/eslint-config-vue2
Vue Storefront eslint standards for Vue 2
Information
Eslint configuration for:
- JavaScript
- Typescript
- Vue 2
For this eslint config package, we enable the following community standards:
- AirBnb
- Prettier
This configuration provides eslint rules for the following:
- TypeScript
- Vue
- JSON
- YAML / YML
- Markdown
Usage
Install
pnpm add -D eslint @vue-storefront/eslint-config-vue2
Config .eslintrc
{
"extends": "@vue-storefront/eslint-config-vue2"
}
Config VS Code auto fix
Update your .vscode/settings.json
and add the following
{
"prettier.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
Contributing
You can contribute to this module online with CodeSandBox:
Or locally:
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
yarn dev
ornpm run dev
License
Copyright (c) Vue Storefront