1.2.1 • Published 5 years ago
eslint-config-hnp v1.2.1
eslint-config-hnp
EsLint Rules
Extends standard
with pedantic rules about lodash/fp
Table of contents
Installation
npm install eslint-config-hnp --save-dev
Usage
On your .eslintrc.js
module.exports = {
extends: 'eslint-config-hnp'
}
Protip: You can omit the eslint-config
part
module.exports = {
extends: 'hnp'
}
Changelog
Find the CHANGELOG here, generated using Conventional Commits.