0.7.0 • Published 5 months ago

eslint-config-wzx-vue v0.7.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 months ago

eslint-config-wzx-vue

NPM version node Code Style GitHub Workflow Status (branch) release codecov NPM downloads

The custom vue eslint rules based on eslint-config-wzx. (Follow airbnb-base and Support Typescript Eslint)

:cd: Installation

npm install --save-dev eslint-config-wzx-vue

:bulb: Typescript eslint needs to install typescript, @typescript-eslint/parser, @typescript-eslint/eslint-plugin.

npm install --save-dev typescript @typescript-eslint/parser @typescript-eslint/eslint-plugin

:rocket: Usage

Starting from v0.5.x, we will use the new flat eslint config. Add eslint-config-wzx-vue in your eslint.config.js.

import wzxVue from 'eslint-config-wzx-vue';

export default [
  ...wzxVue,
]

:bulb: Typescript eslint needs tsconfig.json in your project root directory. And the config will select the rules of vue2 or vue3 according to the vue version installed in your project.

:lock: License

MIT.

0.7.0

5 months ago

0.6.3

5 months ago

0.6.2

6 months ago

0.6.4

5 months ago

0.5.0

6 months ago

0.6.1

6 months ago

0.6.0

6 months ago

0.5.1

6 months ago

0.4.1

9 months ago

0.4.0

9 months ago

0.3.0

2 years ago

0.1.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.0.5

3 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago