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

Add rules

This commit is contained in:
asmsuechan
2017-08-14 11:10:15 +09:00
parent 56942d55eb
commit afdb038244

View File

@@ -7,9 +7,11 @@
"no-unused-vars": "warn",
"no-undef": "warn",
"no-lone-blocks": "warn",
"react/prop-types": "warn",
"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-render-return-value": "warn",
"react/no-deprecated": "warn"
}
}