Skip to content

Runroom/eslint-config-runroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-runroom

Release version Build Status

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.