{
  "env": {
    "commonjs": true,
    "es6": true,
    "node": true,
    "jest": true
  },
  "extends": [
    "airbnb-base"
  ],
  "globals": {
    "Atomics": "readonly",
    "SharedArrayBuffer": "readonly"
  },
  "parserOptions": {
    "ecmaVersion": 2018
  },
  "rules": {
    "key-spacing": "off",
    "consistent-return": "off",
    "prefer-destructuring": "off",
    "no-prototype-builtins": "off",
    "no-underscore-dangle": "off",
    "no-param-reassign": "off",
    "object-curly-newline": "off",
    "no-return-assign": "off",
    "array-bracket-spacing": "off",
    "arrow-parens": "off",
    "wrap-iife": "off"
  }
}
