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 3729c9e commit c38bb16Copy full SHA for c38bb16
website/.gitignore
@@ -4,6 +4,9 @@
4
# Production
5
/build
6
7
+# editorconfig-checker bin
8
+/bin/latest
9
+
10
# Generated files
11
.docusaurus
12
.cache-loader
website/package.json
@@ -12,7 +12,7 @@
"serve": "docusaurus serve",
13
"write-translations": "docusaurus write-translations",
14
"write-heading-ids": "docusaurus write-heading-ids",
15
- "lint": "remark . --ext md,mdx --quiet --frail --rc-path .remarkrc.mjs && editorconfig-checker -exclude '\\.(mjs|js|ts|svg)$'"
+ "lint": "remark . --ignore-pattern 'bin/**' --ext md,mdx --quiet --frail --rc-path .remarkrc.mjs && editorconfig-checker -exclude '\\.(mjs|js|ts|svg)$'"
16
},
17
"dependencies": {
18
"@docusaurus/core": "3.9.2",
0 commit comments