🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.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
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:

  • Custom Rules (via eslint-plugin-vnmf)
  • Variable Definition Rules
  • Import rules (via eslint-plugin-import)
  • JSX rules (via eslint-plugin-react)

Keywords

vnmf

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