@moser-inc/eslint-config
v1.16.0
Published
This is the core set of rules to for use in each variation and in isolation when using an alternate library or framework.
Downloads
402
Readme
Moser ESLint Config Core
This is the core set of rules to for use in each variation and in isolation when using an alternate library or framework.
Installation
npm i -D eslint prettier @moser-inc/eslint-config
Usage
Add the config to the extends
option in your ESLint config.
module.exports = {
extends: ['@moser-inc']
}