{
  "rules": {
    "@typescript-eslint/naming-convention": "off",
    "@typescript-eslint/no-magic-numbers": "off",
    "@typescript-eslint/no-unused-expressions": "off",
    "no-unused-expressions": "off"
  }
}
