1.0.1 • Published 7 years ago

eslint-config-bkdev v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

npm

Usage

  1. npm i -D eslint-config-bkdev || yarn add -D eslint-config-bkdev

  2. Create .eslintrc file in the root directory

  3. And paste this code

{
  "extends": "bkdev"
}