3.0.0 • Published 5 years ago

eslint-config-web3studio v3.0.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

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