We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1971d commit 15330f0Copy full SHA for 15330f0
src/config/helpers/eslint.js
@@ -55,6 +55,7 @@ const buildConfig = ({withReact = false} = {}) => {
55
optionalDependencies: false,
56
},
57
],
58
+ 'no-void': ['error', {allowAsStatement: true}],
59
...parserRules(false, isReact),
60
61
overrides: [
0 commit comments