{
    "parserOptions": {
      "ecmaVersion": 2019
    },
    "env": {
      "node": true,
      "es6": true
    },
    "rules": {
      "brace-style": ["error", "1tbs"],
      "keyword-spacing": "error",
      "no-multi-spaces": "error",
      "max-len": ["error", 160, {"ignoreComments": true}],
      "valid-jsdoc": "off",
      "no-trailing-spaces": "error",
      "indent": ["error", 4]
    } 
  }