Socket
Book a DemoInstallSign in
Socket

@heise/eslint-config

Package Overview
Dependencies
Maintainers
5
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heise/eslint-config

The Heise eslint configuration.

latest
Source
npmnpm
Version
22.0.1
Version published
Weekly downloads
58
123.08%
Maintainers
5
Weekly downloads
 
Created
Source

@heise/eslint-config

The Heise eslint configuration.

$ cd my-project
$ yarn add --dev @heise/eslint-config # Or with npm
$ npm install --save-dev @heise/eslint-config

Edit my-project/.eslintrc.js:

module.exports = {
  extends: '@heise',
  // Optional: Other configurations, for example:
  // parser: 'babel-eslint',
}

FAQs

Package last updated on 03 May 2024

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