7.0.1 • Published 3 years ago

@cassler/eslint-config-react v7.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

Install

npm i @cassler/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': [
    '@cassler/eslint-config-ts',
    '@cassler/eslint-config-react'
  ]
};