@mikey-pro/eslint-config 6.0.3 → 6.0.5

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 +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -26,6 +26,7 @@ module.exports = {
26
26
  '.vscode',
27
27
  '.github',
28
28
  'tsconfig.json',
29
+ '.env',
29
30
  ],
30
31
  overrides: [
31
32
  {
@@ -189,8 +190,7 @@ module.exports = {
189
190
  },
190
191
  {
191
192
  extends: ['plugin:jsonc/recommended-with-jsonc'],
192
- files: ['*.json', '*.jsonc', '*rc'],
193
- ignorePatterns: ['**/package.json'],
193
+ files: ['*.jsonc', '*rc'],
194
194
  parser: 'jsonc-eslint-parser',
195
195
  rules: {
196
196
  'prettier/prettier': [1, { parser: 'json' }],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "6.0.3",
3
+ "version": "6.0.5",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.js",
6
6
  "files": [