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

Add a rule

This commit is contained in:
asmsuechan
2017-08-14 11:13:25 +09:00
parent afdb038244
commit e8bccaef88

View File

@@ -12,6 +12,7 @@
"react/no-find-dom-node": "warn",
"react/no-direct-mutation-state": "warn",
"react/no-render-return-value": "warn",
"react/no-deprecated": "warn"
"react/no-deprecated": "warn",
"react/no-unescaped-entities": "warn"
}
}