1.0.0 • Published 3 years ago

@usehatchapp/eslint-config-hatch v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

eslint-config-hatch

ESLint Configuration for Hatch React Apps

Installation

npm i -D eslint eslint-config-hatch

Setup

Add the following files to the root of the new project.

.eslintrc

{
  extends: "hatch"
}

.eslintignore

# ignore build folder
dist/

# ignore external modules
node_modules/

# ignore any JSON files
*.json