eslint-config-wzx-nuxt
v0.5.0
Published
The custom nuxt eslint rules based on eslint-config-wzx-vue. (Follow airbnb-base and Support Typescript Eslint)
Downloads
27
Maintainers
Readme
eslint-config-wzx-nuxt
The custom nuxt eslint rules based on eslint-config-wzx-vue. (Follow airbnb-base and Support Typescript Eslint)
:cd: Installation
npm install --save-dev eslint-config-wzx-nuxt
: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.4.x, we will use the new flat eslint config. Add eslint-config-wzx-nuxt in your eslint.config.js
.
import wzxNuxt from 'eslint-config-wzx-nuxt';
export default [
...wzxNuxt,
]
:bulb: Typescript eslint needs tsconfig.json
in your project root directory. And the config will select the rules of nuxt2
or nuxt3
according to the nuxt version installed in your project.
:lock: License
MIT.