🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@energyweb/eslint-config

Package Overview
Dependencies
Maintainers
8
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@energyweb/eslint-config

Shared eslint configuration for Energy Web projects.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
8
Created
Source

@energyweb/eslint-config

Shared eslint configuration for Energy Web projects.

Installation

Install package with npm

  npm install @energyweb/eslint-config --save-dev

and also peer dependencies

  npm install eslint eslint-config-prettier --save-dev
  npm install @typescript-eslint/eslint-plugin @typescript-eslint/parser --save-dev

Usage/Examples

Create an eslint config file .eslintrc.js with following content

module.exports = {
  extends: [
    "@energyweb",
  ],
  env: {
    // This value should be project dependent and should not be the same for all repos
    // https://eslint.org/docs/user-guide/configuring/language-options#specifying-environments
    browser: true,
    es2021: true,
    node: true
  },
};

Support

For support contact @Harasz or @jrhender.

FAQs

Package last updated on 20 Jul 2022

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