We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060d682 commit bc96b6eCopy full SHA for bc96b6e
.eslint-doc-generatorrc.js
@@ -0,0 +1,9 @@
1
+"use strict";
2
+
3
+/** @type {import('eslint-doc-generator').GenerateOptions} */
4
+const config = {
5
+ urlConfigs:
6
+ "https://github.com/platinumazure/eslint-plugin-qunit/blob/main/README.md#configurations",
7
+};
8
9
+module.exports = config;
0 commit comments