realm-flipper-plugin-device
Version:
Device code for interaction with the Realm Flipper Plugin
17 lines • 505 B
Plain Text
// 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"
}
}