Socket
Book a DemoInstallSign in
Socket

eslint-config-web3studio

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-web3studio

Web3Studio eslint config

latest
Source
npmnpm
Version
3.0.0
Version published
Maintainers
4
Created
Source

Web3Studio ESlint Config

Eslint config for web3studio projects.

Installation

$ yarn add --dev eslint-config-web3studio eslint prettier pretty-quick husky

In your .eslintrc.js file:

module.exports = {
  extends: [
    'web3studio',
    'web3studio/truffle' // For projects using truffle
  ]
};

In your .prettierrc.js file:

module.exports = require('eslint-config-web3studio/prettier');

License

Apache 2.0

Keywords

eslint

FAQs

Package last updated on 05 Jun 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