We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1decd01 + aeac30f commit e895dd5Copy full SHA for e895dd5
lib/index.js
@@ -20,6 +20,7 @@ module.exports = {
20
'plugin:switch-case/recommended',
21
'plugin:unicorn/recommended'
22
],
23
+ ignorePatterns: ['**/*.md'],
24
overrides: [
25
{
26
files: ['*.test.js', '**/__mocks__/*.js'],
0 commit comments