1
0
mirror of https://github.com/desktop/desktop synced 2024-07-07 19:29:36 +00:00

Enable no-unused-state rule

This commit is contained in:
Markus Olsson 2020-07-02 15:15:37 +02:00
parent b6f3418a6f
commit 719ca73c82

View File

@ -72,6 +72,7 @@ rules:
react/no-string-refs: error
react/jsx-uses-vars: error
react/jsx-uses-react: error
react/no-unused-state: error
# JSDoc
jsdoc/check-alignment: error