// From https://github.com/realm/realm-js/blob/master/packages/realm-react/.eslintrc.json { "plugins": [ "eslint-plugin-tsdoc" ], "parser": "@typescript-eslint/parser", "extends": [ "plugin:@typescript-eslint/recommended", "plugin:react-hooks/recommended" ], "rules": { "@typescript-eslint/explicit-function-return-type": "off", "react-hooks/rules-of-hooks": "error", "react-hooks/exhaustive-deps": "warn", "tsdoc/syntax": "warn" } }