@stackhouseos/eslint-config-cra-ts

1.0.2 • Public • Published

eslint-config-cra-ts

Simple ESLint configuration meant to be used on a Create React App project, to extend eslint-config-react-app.

It contains a few personal tweaks and alphabetically sorted imports.

In the package.json:

{
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest",
      "cra-ts"
    ]
  }
}

/@stackhouseos/eslint-config-cra-ts/

    Package Sidebar

    Install

    npm i @stackhouseos/eslint-config-cra-ts

    Weekly Downloads

    1

    Version

    1.0.2

    License

    ISC

    Unpacked Size

    1.51 kB

    Total Files

    3

    Last publish

    Collaborators

    • stackhouseos