2.0.0 • Published 8 years ago

eslint-config-probo v2.0.0

Weekly downloads
19
License
MIT
Repository
github
Last release
8 years ago

Probo ESLint config

ESLint configuration for Probo projects. Use these ESLint settings to conform to Probo's code standard guidelines.

Install

npm install eslint-config-probo --save-dev

Usage

Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn more about Shareable Configs on the official ESLint website.

To use the Probo's standard style shareable config, add your own .eslintrc file like so:

{
  "extends": "eslint-config-probo"
}
2.0.0

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago