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

eslint-config-ybiquitous

Package Overview
Dependencies
Maintainers
0
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-ybiquitous

Personal ESLint configuration

  • 21.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
126
decreased by-36.04%
Maintainers
0
Weekly downloads
 
Created
Source

eslint-config-ybiquitous

npm node MIT License Conventional Conventional Commits Changelog

My personal ESLint configuration.

This package purpose is to collect some tips and plugins.

For more details about plugins used in this package, please check dependencies field in package.json.

Install

When not using TypeScript:

npm install --save-dev eslint-config-ybiquitous eslint prettier

When using TypeScript, install the following in addition:

npm install --save-dev @typescript-eslint/eslint-plugin

Usage

Edit your .eslintrc.* file according to some following cases:

CaseSetting
Basicextends: "ybiquitous"
Node.jsextends: "ybiquitous/node"
Browserextends: "ybiquitous/browser"
Reactextends: "ybiquitous/react"
TypeScriptextends: "ybiquitous/typescript"

Keywords

FAQs

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