1.1.5 • Published 5 years ago

eslint-config-rcm v1.1.5

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

eslint-config-rcm

ESLint config based on Airbnb config. Support TS, TSX, React.

Installation

$ npm install --save-dev eslint-config-rcm @typescript-eslint/eslint-plugin

Usage

Set your eslint config to:

{
  "extends": "rcm",
  "plugins": [
    "@typescript-eslint/eslint-plugin"
  ]
}

License