1.0.7 • Published 4 years ago

eslint-config-zmbieslint v1.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

zm-bi-eslint

zm数据中心前端eslint规范

Installing

In your project folder, run:

npm install -D eslint-config-zmbieslint
yarn add eslint-config-zmbieslint

Usage

First of all, make sure the dependencies are installed. (babel-eslint eslint eslint-plugin-import)

Now, create (or update) a .eslintrc file with the following content:

{
  'extends': [
    'zmbieslint'
  ]
}