Socket
Book a DemoInstallSign in
Socket

@renanlido/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@renanlido/eslint-config

ESLint configuration used by me!

latest
Source
npmnpm
Version
1.3.0
Version published
Maintainers
1
Created
Source

My ESLint config

Whats included?

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

Setup

React (with Next.js)

Install dependencies:

npm i -D eslint @renanlido/eslint-config

Inside .eslintrc.json

{
  "extends": [
    "@renanlido/eslint-config/next",
    "next/core-web-vitals"
  ]
}

React (without Next.js)

Install dependencies:

npm i -D eslint @renanlido/eslint-config

Inside .eslintrc.json

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

Node.js

Install dependencies:

npm i -D eslint @renanlido/eslint-config

Inside .eslintrc.json

{
  "extends": "@renanlido/eslint-config/node"
}

Any similarity is no coincidence

Yes, it is based on Rocketseat ESLint config, but, with my own spicy twist 🌶️😉😅.

License

MIT - Feel free to use, share and modify.

Acknowledgment ❤️

FAQs

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.