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

@algoan/eslint-config-react

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algoan/eslint-config-react

Algoan React ESLint configuration

  • 3.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Algoan Logo

Algoan React ESLint config

Algoan ESLint configuration shared for React projects written in TypeScript and using prettier.

Installation

First, install this module running:

npm install @algoan/eslint-config-react --save-dev

Then, create a .eslintrc.json file:

{
  "extends": "@algoan/eslint-config-react"
}

Usage

In your package.json file, add a script:

{
  "lint": "eslint **/*.{js,jsx,ts,tsx}"
}

Keywords

FAQs

Package last updated on 22 Nov 2024

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