eslint-config-probo
v2.0.0
Published
ESLint settings for Probo projects
Downloads
35
Readme
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"
}