{
  "rules": {
    "canonical/filename-match-exported": "off",
    "canonical/filename-match-regex": "off",
    "import/order": "off",
    "max-len": "off",
    "object-shorthand": [
      "error",
      "consistent"
    ],
    "quote-props": [
      "error",
      "always"
    ],
    "unicorn/no-empty-file": "off",
    "unicorn/prevent-abbreviations": "off"
  }
}