2.0.2 • Published 3 years ago

@brudi/eslint-config-react v2.0.2

Weekly downloads
99
License
Apache-2
Repository
github
Last release
3 years ago

Install

npm i @brudi/eslint-config-react

Use

This config is meant to be applied on top of one of the other base configs.

module.exports = {
  'root': true,
  'extends': [
    '@brudi/eslint-config-ts',
    '@brudi/eslint-config-react'
  ]
};