This package has been deprecated

Author message:

this package has been deprecated

eslint-config-hatch

1.0.7 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-hatch

Weekly Downloads

1

Version

1.0.7

License

ISC

Unpacked Size

2.15 kB

Total Files

3

Last publish

Collaborators

  • skyout