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

eslint-config-vnmf

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-vnmf

Vnmf specific linting rules for ESLint

  • 3.5.66
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

eslint-config-vnmf

Vnmf ESLint config, the Vnmf applet can run normally only when all ESLint rules are passed.

install/setup

Install via NPM:

$ npm install eslint @babel/eslint-parser eslint-config-vnmf eslint-plugin-vnmf eslint-plugin-react eslint-plugin-import --save-dev

Set in .eslintrc:

{
   "extends": [
     "vnmf"
   ]
}

Or use vnmf-cli to create a template autoset.

rule

The plugin contains four rules:

  1. Custom Rules (via eslint-plugin-vnmf)
  2. Variable Definition Rules
  3. Import rules (via eslint-plugin-import)
  4. JSX rules (via eslint-plugin-react)

Keywords

FAQs

Package last updated on 01 Nov 2022

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