eslint-config-web3studio

3.0.0 • Public • Published

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

Package Sidebar

Install

npm i eslint-config-web3studio

Weekly Downloads

7

Version

3.0.0

License

Apache-2.0

Unpacked Size

13.9 kB

Total Files

6

Last publish

Collaborators

  • barlock
  • breakpointer
  • hadasz
  • web3studio-bot