{
  "rules": {
    "align": false,
    "array-bracket-spacing": false,
    "arrow-parens": false,
    "block-spacing": false,
    "brace-style": false,
    "conditional-expression-parens": false,
    "eofline": false,
    "import-destructuring-spacing": false,
    "import-spacing": false,
    "indent": false,
    "jsx-alignment": false,
    "jsx-attribute-spacing": false,
    "jsx-curly-spacing": false,
    "jsx-equals-spacing": false,
    "jsx-expression-spacing": false,
    "jsx-no-closing-bracket-newline": false,
    "jsx-no-multiline-js": false,
    "jsx-space-before-trailing-slash": false,
    "jsx-wrap-multiline": false,
    "linebreak-style": false,
    "literal-spacing": false,
    "max-line-length": false,
    "multiline-arrow": false,
    "new-parens": false,
    "newline-per-chained-call": false,
    "no-consecutive-blank-lines": false,
    "no-empty-line-after-opening-brace": false,
    "no-extra-semi": false,
    "no-irregular-whitespace": false,
    "no-multi-spaces": false,
    "no-semicolon-interface": false,
    "no-trailing-whitespace": false,
    "no-unnecessary-parens-for-arrow-function-arguments": false,
    "no-unnecessary-semicolons": false,
    "number-literal-format": false,
    "object-curly-spacing": false,
    "object-literal-key-quotes": false,
    "one-line": false,
    "quotemark": false,
    "react-tsx-curly-spacing": false,
    "semicolon": false,
    "space-before-function-paren": false,
    "space-in-parens": false,
    "space-within-parens": false,
    "ter-arrow-parens": false,
    "ter-arrow-spacing": false,
    "ter-computed-property-spacing": false,
    "ter-func-call-spacing": false,
    "ter-indent": false,
    "ter-max-len": false,
    "ter-no-irregular-whitespace": false,
    "ter-no-tabs": false,
    "ter-padded-blocks": false,
    "trailing-comma": false,
    "type-literal-delimiter": false,
    "typedef-whitespace": false,
    "whitespace": false
  },
  "jsRules": {
    "align": false,
    "array-bracket-spacing": false,
    "arrow-parens": false,
    "block-spacing": false,
    "brace-style": false,
    "conditional-expression-parens": false,
    "eofline": false,
    "import-destructuring-spacing": false,
    "import-spacing": false,
    "indent": false,
    "jsx-alignment": false,
    "jsx-attribute-spacing": false,
    "jsx-curly-spacing": false,
    "jsx-equals-spacing": false,
    "jsx-expression-spacing": false,
    "jsx-no-closing-bracket-newline": false,
    "jsx-no-multiline-js": false,
    "jsx-space-before-trailing-slash": false,
    "jsx-wrap-multiline": false,
    "linebreak-style": false,
    "literal-spacing": false,
    "max-line-length": false,
    "multiline-arrow": false,
    "new-parens": false,
    "newline-per-chained-call": false,
    "no-consecutive-blank-lines": false,
    "no-empty-line-after-opening-brace": false,
    "no-extra-semi": false,
    "no-irregular-whitespace": false,
    "no-multi-spaces": false,
    "no-semicolon-interface": false,
    "no-trailing-whitespace": false,
    "no-unnecessary-parens-for-arrow-function-arguments": false,
    "no-unnecessary-semicolons": false,
    "number-literal-format": false,
    "object-curly-spacing": false,
    "object-literal-key-quotes": false,
    "one-line": false,
    "quotemark": false,
    "react-tsx-curly-spacing": false,
    "semicolon": false,
    "space-before-function-paren": false,
    "space-in-parens": false,
    "space-within-parens": false,
    "ter-arrow-parens": false,
    "ter-arrow-spacing": false,
    "ter-computed-property-spacing": false,
    "ter-func-call-spacing": false,
    "ter-indent": false,
    "ter-max-len": false,
    "ter-no-irregular-whitespace": false,
    "ter-no-tabs": false,
    "ter-padded-blocks": false,
    "trailing-comma": false,
    "type-literal-delimiter": false,
    "typedef-whitespace": false,
    "whitespace": false
  }
}