diff --git a/eslintrc.json b/eslintrc.json index 7861f56..c6b8486 100644 --- a/eslintrc.json +++ b/eslintrc.json @@ -1,6 +1,7 @@ { "extends": ["standard", "standard-jsx"], "rules": { - "quotes": ["error", "single", { "avoidEscape": true }] + "quotes": ["error", "single", { "avoidEscape": true }], + "no-self-assign": ["error", { "props": true }] } }