Socket
Book a DemoInstallSign in
Socket

eslint-config-hrundel

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-hrundel

Yet another ESLint config

latest
Source
npmnpm
Version
1.4.1
Version published
Maintainers
2
Created
Source

eslint-config-hrundel

Как установить

npm install --save-dev eslint@5.7.0 eslint-config-hrundel

Как использовать

Для кода, исполняемого в Node.js добавить файл .eslintrc.json:

{
  "extends": "hrundel/node"
}

Для кода, исполняемого в браузере:

{
  "extends": "hrundel/browser"
}

FAQs

Package last updated on 22 Oct 2019

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