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 018fc69 commit b29f66cCopy full SHA for b29f66c
docs/docs/usage/disabling-rules.md
@@ -18,7 +18,7 @@ For example, in the above image, the `templates` folder will be ignored when the
18
There is a setting in this plugin which allows you to be able to ignore files by providing a regex to match against.
19
If a file matches the provided regex, it will go ahead and ignore that file before it even lints the file.
20
21
-
+
22
23
For example, in the above image you can see that Excalidraw files which end in `.exclidraw.md` are being ignored
24
using the regex `.*\.excalidraw\.md$`.
0 commit comments