1.1.0 • Published 4 years ago

@runroom/eslint-config-runroom v1.1.0

Weekly downloads
24
License
MIT
Repository
github
Last release
4 years ago

eslint-config-runroom

Release version Build Status

An ESLint Shareable Config for JavaScript Runroom Style

Install

yarn add --dev @runroom/eslint-config-runroom

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 JavaScript Runroom Style shareable config, first run this:

yarn install

Then, 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.