We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e8f0c commit 5f35252Copy full SHA for 5f35252
.eslintrc.js
@@ -52,6 +52,7 @@ module.exports = {
52
"react/require-default-props": [2, { forbidDefaultForRequired: true }],
53
"react/default-props-match-prop-types": [2],
54
"react/static-property-placement": "off",
55
+ "no-plusplus": [2, { allowForLoopAfterthoughts: true }],
56
"capitalized-comments": [1, "never", { ignorePattern: "TODO" }],
57
"spellcheck/spell-checker": [
58
2,
0 commit comments