Skip to content
This repository was archived by the owner on Apr 19, 2020. It is now read-only.

Latest commit

 

History

History
44 lines (34 loc) · 1.59 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.59 KB

eslint-config-jongleberry

NPM version Build status Test coverage Dependency Status License Downloads

My person eslint config. See lib/index.js for more information on each rule.

Usage:

.eslintrc

{
  "extends": [
    "jongleberry"
  ]
}

package.json

Run the following:

npm i --save-dev babel-eslint eslint-config-jongleberry eslint-plugin-react eslint-plugin-standard