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

eslint-config-wzx-react

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-wzx-react

The custom react eslint rules based on eslint-config-wzx. (Follow airbnb and Support Typescript Eslint)

  • 0.4.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
decreased by-73.33%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-wzx-react

NPM version node Code Style GitHub Workflow Status (branch) release codecov NPM downloads

The custom react eslint rules based on eslint-config-wzx. (Follow airbnb and Support Typescript Eslint)

:cd: Installation

npm install --save-dev eslint-config-wzx-react

:bulb: Typescript eslint needs to install typescript, @typescript-eslint/parser, @typescript-eslint/eslint-plugin.

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

:rocket: Usage

Add eslint-config-wzx-react to the "extends" in your .eslintrc.* file.

{
  "extends": "wzx-react"
}

:bulb: Typescript eslint needs tsconfig.json in your project root directory.

:lock: License

MIT.

Keywords

FAQs

Package last updated on 30 Dec 2021

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