0.0.1-0 • Published 6 years ago

@mengjing/eslint-config-mengjing v0.0.1-0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 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"
]
0.0.1-1

6 years ago

0.0.1-0

6 years ago