@mikey-pro/eslint-config 6.1.7 → 6.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -434,7 +434,7 @@ module.exports = {
434
434
  camelCase: true,
435
435
  pascalCase: true,
436
436
  },
437
- ignore: ['README.md'],
437
+ ignore: ['*.md'],
438
438
  },
439
439
  ],
440
440
  'unicorn/import-index': [1, { ignoreImports: true }],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "6.1.7",
3
+ "version": "6.1.8",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.js",
6
6
  "files": [