You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@invisionag/eslint-config

Package Overview
Dependencies
Maintainers
43
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@invisionag/eslint-config

# Usage

7.0.1
latest
Source
npmnpm
Version published
Weekly downloads
591
-43.28%
Maintainers
43
Weekly downloads
 
Created
Source

@invisionag/eslint-config

Usage

Install eslint and @invisionag/eslint-config as development dependencies:

npm i -D eslint @invisionag/eslint-config

In your package.json:

{
  "eslintConfig": { "extends": "@invisionag" }
}

Or, if you need to override certain settings, using .eslintrc.js instead:

module.exports = {
  extends: '@invisionag',
  rules: { '...': '...' },
};

FAQs

Package last updated on 14 Jul 2025

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