13.0.0 • Published 1 year ago

@wallopsio/eslint-config-tsx v13.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Intro

My ESLint config for TS React projects. It uses https://www.npmjs.com/package/@rushstack/eslint-patch to bundle all necessary plugins.

Install

npm i @wallopsio/eslint-config-tsx

Use

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