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 dc3c366 commit ccffc0cCopy full SHA for ccffc0c
.textlintignore
@@ -1,3 +1,3 @@
1
# hayagrivaのsrc/csl/archive.rsで管理されている参考文献フォーマット
2
-dist/docs/reference/model/bibliography/index.html
3
-dist/docs/reference/model/cite/index.html
+website/dist/docs/reference/model/bibliography/index.html
+website/dist/docs/reference/model/cite/index.html
package.json
@@ -4,7 +4,7 @@
4
"scripts": {
5
"textlint-md": "textlint ./docs/",
6
"textlint-md:fix": "textlint --fix ./docs/",
7
- "textlint-html": "textlint ./dist/docs/"
+ "textlint-html": "textlint ./website/dist/docs/"
8
},
9
"devDependencies": {
10
"@types/bun": "latest",
0 commit comments