We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d70b7 commit 54d651cCopy full SHA for 54d651c
src/plugins/unicorn.ts
@@ -27,6 +27,7 @@ export const settings: Linter.Config = {
27
kebabCase: true,
28
pascalCase: true,
29
},
30
+ ignore: [/^.*\\.md$/iu],
31
32
],
33
// "eslint-comments/no-unlimited-disable" covers this.
0 commit comments