1.2.2 • Published 4 years ago

@mengjing/eslint-config v1.2.2

Weekly downloads
7
License
ISC
Repository
github
Last release
4 years ago

@mengjing/eslint-config

梦鲸前端团队规范 - eslint 配置

install package

npm install @mengjing/eslint-config -D
or
yarn add @mengjing/eslint-config -D

use javascript config in .eslintrc.js

extends: [
  "@mengjing/eslint-config/javascript"
]

use vue config in .eslintrc.js

extends: [
  "@mengjing/eslint-config/vue"
]

use react config in .eslintrc.js

extends: [
  "@mengjing/eslint-config/react"
]
1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.0.1-3

4 years ago

0.0.1-2

4 years ago