1.1.0 • Published 6 years ago
@runroom/eslint-config-runroom v1.1.0
eslint-config-runroom
An ESLint Shareable Config for JavaScript Runroom Style
Install
yarn add --dev @runroom/eslint-config-runroomUsage
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 JavaScript Runroom Style shareable config, first run this:
yarn installThen, add this to your .eslintrc file:
{
"extends": "@runroom/eslint-config-runroom"
}Note: We cannot omit the eslint-config- prefix since it is used inside a scoped package.
You can override settings from the shareable config by adding them directly into your
.eslintrc file.
License
MIT. Copyright (c) Runroom.