0.17.0 • Published 6 years ago
eslint-config-yachtsman v0.17.0
eslint-config-yachtsman

An ESLint configuration to enforce Yachtsman Style JavaScript.
Installation
If you are using npm version 5 or greater, you can install with the command:
npx install-peerdeps --dev eslint-config-yachtsman
If you are using npm version 4 or less, you can install the install-peerdeps cli tool:
npm install -g install-peerdeps
install-peerdeps --dev eslint-config-yachtsman
Usage
To enable, add "yachtsman"
to the "extends"
property of your ESLint configuration. The following is an example of a .eslintrc.json
file:
{
"extends": "yachtsman"
}
Or, if specifying multiple shareable configs:
{
"extends": [
"yachtsman",
"my-shareable-config"
]
}
0.17.0
6 years ago
0.16.0
6 years ago
0.15.0
6 years ago
0.14.0
6 years ago
0.13.0
6 years ago
0.12.0
6 years ago
0.11.0
6 years ago
0.10.1
7 years ago
0.10.0
7 years ago
0.9.0
7 years ago
0.8.0
7 years ago
0.7.0
7 years ago
0.6.2
7 years ago
0.6.1
7 years ago
0.6.0
7 years ago
0.5.0
7 years ago
0.4.2
7 years ago
0.4.1
7 years ago
0.4.0
7 years ago
0.3.1
7 years ago
0.3.0
7 years ago
0.2.1
7 years ago
0.2.0
7 years ago
0.1.3
7 years ago
0.1.2
7 years ago
0.1.1
7 years ago
0.1.0
7 years ago