eslint-config-basejs

0.0.2 • Public • Published

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.

Package Sidebar

Install

npm i eslint-config-basejs

Weekly Downloads

1

Version

0.0.2

License

SEE LICENSE IN <LICENSE>

Unpacked Size

19.9 kB

Total Files

5

Last publish

Collaborators

  • wiskewu