Haven't been able to find an eslint substitute for this

This commit is contained in:
Markus Olsson 2020-07-02 16:09:39 +02:00
parent 3da56e737f
commit 315c569fd0

View file

@ -2,6 +2,7 @@
"extends": ["tslint-config-prettier"],
"rulesDirectory": ["tslint-rules/", "node_modules/tslint-microsoft-contrib/"],
"rules": {
"promise-must-complete": true,
"react-no-unbound-dispatcher-props": true,
"react-proper-lifecycle-methods": true,
"react-readonly-props-and-state": true