1.0.0 • Published 6 months ago

@chenjf/eslint-config v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

eslint-config

Chenjf personal eslint config

Install

With npm:

npm i -D @chenjf/eslint-config

With yarn:

yarn add -D @chenjf/eslint-config

With pnpm:

pnpm add -D @chenjf/eslint-config

Configs

  • base
export default {
  extends: ['@chenjf'],
}
  • vue
export default {
  extends: ['@chenjf/eslint-config/vue'],
}