@nighttrax/eslint-config-tsx

12.0.0-alpha.3 • Public • Published

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 @nighttrax/eslint-config-tsx

Use

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

/@nighttrax/eslint-config-tsx/

    Package Sidebar

    Install

    npm i @nighttrax/eslint-config-tsx

    Weekly Downloads

    242

    Version

    12.0.0-alpha.3

    License

    MIT

    Unpacked Size

    12.7 kB

    Total Files

    5

    Last publish

    Collaborators

    • nighttrax