eslint-config-structure

Base eslint config for structure


Keywords
structure, eslint, config
License
Apache-2.0
Install
npm install eslint-config-structure@0.1.7

Documentation

eslint-config-structure

structure eslint config, which itself extends eslint:recommended

Usage

Install module

npm install --save-dev eslint-config-structure

Create a .eslintrc that extends this config

{
  "extends": "eslint-config-structure"
}