1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

[eslint] react/no-direct-mutation-state

This commit is contained in:
asmsuechan
2017-08-14 12:03:14 +09:00
parent 1ca968201d
commit 6bc3e7fcf1
3 changed files with 5 additions and 6 deletions

View File

@@ -10,7 +10,6 @@
"react/prop-types": 0,
"react/no-string-refs": 0,
"react/no-find-dom-node": "warn",
"react/no-direct-mutation-state": "warn",
"react/no-render-return-value": "warn",
"react/no-deprecated": "warn"
}