{
  "rules": {
    "no-process-exit": "off",
    "no-console": "off",
    "import/no-commonjs": "off"
  },
  "extends": ["../.eslintrc.json"]
}
