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 5d3781f commit a5f1976Copy full SHA for a5f1976
index.js
@@ -26,6 +26,7 @@ module.exports = {
26
{
27
files: [
28
'**/*.js',
29
+ '**/*.jsx',
30
],
31
rules: {
32
'@typescript-eslint/explicit-function-return-type': 'off',
0 commit comments