1.15.0 • Published 8 months ago

@moser-inc/eslint-config v1.15.0

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

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']
}