1.0.1 • Published 2 years ago

@wtting/eslint-config v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Eslint Config

Install

# with pnpm 
pnpm add @wtting/eslint-config

# with yarn
yarn add @wtting/eslint-config

# with npm
mpm add @wtting/eslint-config

Usage

校验 javascript

{
    "extends": ["@wtting"]
}

校验 typescript

{
    "extends": ["@wtting", "@wtting/typescript"]
}

校验 vue

{
    "extends": ["@wtting", "@wtting/vue"]
}

校验 vuetypescript

{
    "extends": ["@wtting", "@wtting/typescript", "@wtting/vue"]
}