1.3.0 • Published 4 years ago

eslint-config-stephenlast v1.3.0

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

eslint-config-stephenlast

ESLint rules, just my personal preference.

Usage

npm install eslint-config-stephenlast -D

Add the extends to .eslintrc:

{
  "extends": "stephenlast",
  "rules": {
    // overrides
  }
}

With VS Code

Install the ESLint package.

config

plugin

js-standard-style