1.4.2 • Published 3 years ago

eslint-config-typical v1.4.2

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

eslint-config-typical

Installation

Use npm to install to your development dependencies.

npm install --save-dev eslint-config-typical

Usage

Then add to your ESLint configuration.

module.exports = {
  extends: 'typical',
}