We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78a295 commit 9f29cffCopy full SHA for 9f29cff
.remarkrc.js
@@ -0,0 +1,10 @@
1
+import remarkGfm from "remark-gfm";
2
+import lintPreset from "./.remarkrc-lint.js";
3
+
4
5
+export default {
6
+ plugins: [
7
+ remarkGfm,
8
+ lintPreset
9
+ ]
10
+};
package.json
@@ -5,7 +5,7 @@
"type": "module",
"main": "index.js",
"scripts": {
- "lint": "eslint . ; remark --no-stdout --frail specs/",
+ "lint": "eslint . ; remark --no-stdout --frail .",
"build": "remark --rc-path specs/.remarkrc-build.js --output web/"
},
11
"license": "MIT",
0 commit comments