0.1.0 • Published 3 years ago

@crrntly/eslint-config v0.1.0

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

@crrntly/eslint-config

An eslint configuration with a focus on preventing bugs rather than enforcing style.

Installation

npm install --save-dev @crrntly/eslint-config

Usage

package.json

{
  "eslintConfig": {
    "extends": "@crrntly/eslint-config"
  }
}