Socket
Book a DemoInstallSign in
Socket

@lucasjsr/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

@lucasjsr/eslint-config

Personal ESLint configuration.

1.3.2
latest
Source
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

ESLint config

Whats included?

  • React plugin;
  • React Hooks plugin;
  • JSX a11y plugin;
  • Prettier;

My rules

  • Semi-colons 😌
  • Double quotes 🧐
  • 2 spaces 🫡

Setup

React (with Next.js)

Install dependencies:

npm i -D eslint @lucasjsr/eslint-config
yarn add -D eslint @lucasjsr/eslint-config

Inside .eslintrc.json

React (with Next.js)

Install dependencies:

npm i -D eslint @rocketseat/eslint-config

Inside .eslintrc.json

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

React (without Next.js)

Install dependencies:

npm i -D eslint @rocketseat/eslint-config

Inside .eslintrc.json

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

Node.js

Install dependencies:

npm i -D eslint @rocketseat/eslint-config

Inside .eslintrc.json

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

FAQs

Package last updated on 11 Feb 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.