@ts-engine/eslint-config-react

1.11.0 • Public • Published

ts-engine logo

@ts-engine/eslint-config-react

Provides the ts-engine React ESLint config if you want to extend it or allow your IDE to find it.

Documentation

Checkout the official docs over at https://ts-engine.dev.

Getting Started

Install the package

yarn add --dev @ts-engine/eslint-config @ts-engine/eslint-config-react

Create an ESLint config file

// .eslintrc
{
  "extends": ["@ts-engine/eslint-config", "@ts-engine/eslint-config-react"]
}

This is applied automatically so you don't need to create this config file when you use the --react option.

/@ts-engine/eslint-config-react/

    Package Sidebar

    Install

    npm i @ts-engine/eslint-config-react

    Weekly Downloads

    22

    Version

    1.11.0

    License

    MIT

    Unpacked Size

    3.27 kB

    Total Files

    4

    Last publish

    Collaborators

    • ts-engine