0.1.7 • Published 5 years ago

eslint-config-structure v0.1.7

Weekly downloads
447
License
Apache-2.0
Repository
github
Last release
5 years ago

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"
}