@usehatchapp/eslint-config

3.0.0 • Public • Published

@usehatchapp/eslint-config

ESLint Configuration for Hatch React Apps

Installation

npm i -D typescript eslint prettier @usehatchapp/eslint-config

Setup

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

.eslintrc.js

module.exports = {
  extends: ["@usehatchapp/eslint-config"]
}

Or you can add the following entry to your package.json file:

"eslintConfig": {
  "extends": "@usehatchapp/eslint-config"
}

.eslintignore

You may add additional patterns to a .eslintignore file or to the "ignorePatterns" property in your ESLint config, but by default ESLint ignores the dist and node_modules folders.

Readme

Keywords

none

Package Sidebar

Install

npm i @usehatchapp/eslint-config

Weekly Downloads

227

Version

3.0.0

License

ISC

Unpacked Size

11.1 kB

Total Files

3

Last publish

Collaborators

  • judsoncruz
  • wmapeshatch
  • gugodoi
  • vinilataro
  • basmoura
  • tegon
  • samuelpordeus
  • eliasousa
  • msramos
  • marcus.vieira
  • thiagogsr
  • hatchtokenbot
  • matheusan
  • rodrigo.compagnoni-1
  • wsoaresfilho
  • luislhsc
  • pedro.rabello
  • matheus.moreira.hatch
  • xicoalmeida
  • bernardoabc