1.0.2 • Published 2 years ago

@stackhouseos/eslint-config-cra-ts v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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"
    ]
  }
}