Big News: Socket Selected for OpenAI's Cybersecurity Grant Program.Details
Socket
Book a DemoSign in
Socket

eslint-config-leonardo-santos

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-leonardo-santos

ESLint configuration used by Leonardo Santos.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

ESLint config

Whats included?

  • Standard config base;
  • React plugin;
  • React Hooks plugin;
  • JSX a11y plugin;
  • Prettier;

Setup

  • Install the dependencies
npm i -D eslint eslint-config-leonardo-santos
  • Create/Open .eslintrc.json file extending the config:
{
  "extends": "eslint-config-leonardo-santos/react"
  // "extends": "eslint-config-leonardo-santos/node"
}

You can also use a .eslintrc.ts instead of JSON if you prefer.

FAQs

Package last updated on 20 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