0.0.1 • Published 6 years ago

@joeco/eslint-config-josephcostanzo v0.0.1

Weekly downloads
1
License
JSC3
Repository
github
Last release
6 years ago

eslint-config-josephcostanzo

Joseph Costanzo’s config for ESLint

Installation

npm i --save-dev eslint eslint-config-josephcostanzo

Usage

Add the following entry to your .eslintrc

{
  "extends": "josephcostanzo"
}

It's easiest to add a script to package.json to run linting; for example,

{
  "scripts": {
    "lint": "eslint <path_to_javascript_dir>"
  }
}

Then just $ npm run lint