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 a38dc5d commit 4a989ebCopy full SHA for 4a989eb
scripts/generate-configs.js
@@ -29,4 +29,4 @@ ${fs
29
)
30
31
const linter = new ESLint({ fix: true })
32
-linter.lintFiles([targetFile]).then(([result]) => ESLint.outputFixes(result))
+linter.lintFiles([targetFile]).then((results) => ESLint.outputFixes(results))
scripts/generate-rules.js
@@ -35,4 +35,4 @@ ${fs
35
36
37
38
0 commit comments