1.5.4 • Published 5 years ago

@lab100/eslint-config v1.5.4

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

@lab100/eslint-config

hero

Eslint Rules

Extends standard with pedantic rules about lodash/fp


Table of contents

Installation

npm install @lab100/eslint-config

Usage

On your .eslintrc.js

module.exports = {
  extends: '@lab100/eslint-config'
}

Protip: You can omit the eslint-config part

module.exports = {
  extends: '@lab100'
}

Changelog

Find the CHANGELOG here, generated using Conventional Commits.

License

MIT © Cactus Technologies LLC.