github.com/hyperledger/burrow@v0.34.5-0.20220512172541-77f09336001d/vent/test/eth/.eslintrc.js (about)

     1  module.exports = {
     2    env: {
     3      browser: true,
     4      commonjs: true,
     5      es2021: true,
     6      mocha: true,
     7      'truffle/globals': true,
     8    },
     9    plugins: ['prettier', 'truffle'],
    10    extends: [
    11      'airbnb-base',
    12    ],
    13    parserOptions: {
    14      ecmaVersion: 12,
    15    },
    16    rules: {
    17      'no-unused-vars': 'warn',
    18    },
    19  };