0.0.2 • Published 2 years ago

eslint-config-basejs v0.0.2

Weekly downloads
-
License
SEE LICENSE IN <L...
Repository
github
Last release
2 years ago

eslint-config-basejs

A common eslint config file for js library development only.

Code Better, Code Happier!

Install

npm install eslint-config-basejs --save-dev

or

yarn add eslint-config-basejs --dev

Features

  • Contains all configs available on eslint website.
  • Base on more than two years coding experience.
  • Inspired by eslint-config-standard.
  • Support common js module(MAYBE CJS ONLY HAHA).

Usage

.eslintrc.json:

{
    "extend": ["basejs"]
}

Reference

License

undefined yet.