Skip to content

Commit bc96b6e

Browse files
committed
wip
1 parent 060d682 commit bc96b6e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.eslint-doc-generatorrc.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)