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 8198b44 commit 379b8c4Copy full SHA for 379b8c4
index.js
@@ -9,7 +9,10 @@ https://github.com/fluid-project/markdownlint-config-fluid/raw/main/LICENSE.md.
9
10
"use strict";
11
12
+var fluid = require("infusion");
13
var path = require("path");
14
var configPath = path.join(__dirname, ".markdownlintrc.json");
15
16
+fluid.module.register("markdownlint-config-fluid", __dirname, require);
17
+
18
module.exports = require(configPath);
package.json
@@ -29,6 +29,7 @@
29
}
30
},
31
"dependencies": {
32
+ "infusion": "3.0.0-dev.20201113T153152Z.32176dcbe.FLUID-6145",
33
"markdownlint": "0.21.1"
34
35
"devDependencies": {
0 commit comments