chore(mobx): clean up documentation

This commit is contained in:
Paul
2021-12-11 12:08:43 +00:00
parent ab8768bcd2
commit 835609dbbd
7 changed files with 16 additions and 16 deletions

View File

@@ -47,6 +47,9 @@
"ClassDeclaration": true,
"ArrowFunctionExpression": false,
"FunctionExpression": false
},
"ignore": {
"MethodDefinition": ["toJSON", "hydrate"]
}
}
]