🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

electrode-archetype-opt-eslint

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electrode-archetype-opt-eslint

Electrode NodeJS/React Optional Archetype ESLint

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
239
107.83%
Maintainers
1
Weekly downloads
 
Created
Source

Electrode Archetype Option Eslint

Optionally installs ESLint to your Electrode app.

Usage

The app can skip installing ESLint dependencies by adding a file archetype/config/index.js or archetype/config.js and set:

module.exports = {
  options: {
    eslint: false
  }
};

If nothing is set, then default is to install.

Installing

This module is part of Electrode, and should have already been included in your package.json.

{
  "optionalDependencies": {
    "electrode-archetype-opt-eslint": "^1.0.0"
  }
}

License

Copyright (c) 2016-present, WalmartLabs

Licensed under the Apache License, Version 2.0.

FAQs

Package last updated on 21 Aug 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