Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@usehatchapp/eslint-config

Package Overview
Dependencies
Maintainers
15
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@usehatchapp/eslint-config

ESLint Configuration for Hatch React Apps

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
28
increased by211.11%
Maintainers
15
Weekly downloads
 
Created
Source

@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.

FAQs

Package last updated on 26 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc