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

eslint-config-baoshuo

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-baoshuo

ESLint config for Baoshuo's projects.

  • 0.0.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-baoshuo

Version License

ESLint config for Baoshuo.

Installation

npm i -D eslint eslint-config-baoshuo eslint-plugin-prettier prettier prettier-plugin-organize-imports
# or
yarn add -D eslint eslint-config-baoshuo eslint-plugin-prettier prettier prettier-plugin-organize-imports

Usage

Add following snippets to your ESLint configuration files.

Node.js Project

npm i -D eslint-plugin-node eslint-plugin-import
# or use yarn:
yarn add -D eslint-plugin-node eslint-plugin-import
{
  "extends": "baoshuo/node"
}

TypeScript Project

npm i -D typescript @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint-plugin-import eslint-import-resolver-typescript
# or use yarn:
yarn add -D typescript @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint-plugin-import eslint-import-resolver-typescript
{
  "extends": "baoshuo/typescript"
}

React Project

npm i -D eslint-plugin-react-hooks eslint-plugin-react eslint-plugin-jsx-a11y
# or use yarn:
yarn add -D eslint-plugin-react-hooks eslint-plugin-react eslint-plugin-jsx-a11y
{
  "extends": "baoshuo/react"
}

Maintainer

eslint-config-baoshuo © Baoshuo, Released under the MIT License.

This project is inspired by SukkaW/eslint-config-sukka.

Personal Website · Blog · GitHub @renbaoshuo · Twitter @renbaoshuo

Keywords

FAQs

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

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