extends: eslint-config-airbnb settings: ecmascript: 6 env: mocha: true rules: arrow-body-style: 0 max-len: 0 no-underscore-dangle: 0 func-names: 0 consistent-return: 0 prefer-arrow-callback: 0 no-console: 0 jsx-a11y/img-has-alt: 0 no-await-in-loop: 0 no-restricted-syntax: 0 guard-for-in: 0 import/no-extraneous-dependencies: 0 no-use-before-define: 0 no-param-reassign: 0 no-plusplus: 0 no-shadow: 0 globals: contract: 1 assert: 1 web3: 1 artifacts: 1 parserOptions: ecmaFeatures: experimentalObjectRestSpread: true