1.1.1 • Published 7 years ago
@tonik/eslint-config v1.1.1
eslint-config
A shareable ESlint config for JavaScript used at Tonik
Install
npm install @tonik/eslint-config --save-devUsage
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 a shareable config, first run this:
npm install --save-dev @tonik/eslint-config eslint-config-standard eslint-plugin-standard eslint-plugin-promise eslint-plugin-import eslint-plugin-nodeThen, add this to your .eslintrc file:
{
"extends": "@tonik/eslint-config"
}You can override settings from the shareable config by adding them directly into your
.eslintrc file.
License
Licensed under the MIT license.