{
  "defaultSeverity": "error",
  "extends": ["tslint-config-airbnb", "tslint-react", "tslint:recommended", "tslint-react-hooks"],
  "jsRules": {},
  "rules": {
    "quotemark": [true, "single", "jsx-double"],
    "react-hooks-nesting": "error",
    "ordered-imports": false,
    "import-name": false,
    "object-literal-sort-keys": false,
    "no-console": [true, "warning"],
    "arrow-parens": [true, "ban-single-arg-parens"],
    "ter-arrow-parens": [true, "as-needed"],
    "curly": false,
    "variable-name": [true, "ban-keywords", "allow-snake-case", "allow-pascal-case"],
    "no-var-requires": false,
    "no-nested-ternary": true,
    "jsx-key": true,
    "jsx-self-close": true,
    "jsx-wrap-multiline": true,
    "jsx-alignment": true,
    "jsx-curly-spacing": [true, "never"],
    "jsx-equals-spacing": [true, "never"],
    "jsx-no-multiline-js": false,
    "jsx-boolean-value": false,
    "prefer-array-literal": false
  },
  "rulesDirectory": []
}