New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@hv/eslint-config

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hv/eslint-config

(hopefully) common ESLint and Prettier configuration for hv :-)

latest
npmnpm
Version
1.0.11
Version published
Maintainers
4
Created
Source

ESLint configuration

(hopefully) common ESLint and Prettier configuration for hv :-)

Usage

Installation:

npm add -D eslint @hv/eslint-config

Either set it in project's package.json:

  "eslintConfig": {
	"extends": "@hv/eslint-config"
  }

or create a eslintrc.* file and define it there:

{
	"extends": [
		"@hv/eslint-config"
	]
}

You might also want to add the following scripts to the package.json so you're able to quickly run it via npm lint or npm lint:fix:

"scripts": {
	"lint": "eslint .",
	"lint:fix": "eslint . --fix"
},

FAQs

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