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

eslint-config-wzx

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-wzx

The custom eslint rules based on airbnb-base. (Support Typescript Eslint)

  • 0.10.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

eslint-config-wzx

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

The custom eslint rules based on eslint-config-airbnb-base. (Support Typescript Eslint)

:cd: Installation

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

: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

Starting from v0.8.x, we will use the new flat eslint config. Add eslint-config-wzx in your eslint.config.js.

import wzx from 'eslint-config-wzx';

export default [
  ...wzx,
]

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

:lock: License

MIT.

Keywords

FAQs

Package last updated on 06 Dec 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