@mikey-pro/eslint-config 8.0.11 → 8.0.13

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/package.json +1 -11
  2. package/rules.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "8.0.11",
3
+ "version": "8.0.13",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -52,16 +52,6 @@
52
52
  "eslint-plugin-radar": "^0.2.1",
53
53
  "eslint-plugin-optimize-regex": "^1.2.1"
54
54
  },
55
- "peerDependencies": {
56
- "eslint": "^8.57.0",
57
- "typescript": "^5.3.0",
58
- "prettier": "^3.2.0",
59
- "@babel/core": "^7.24.0",
60
- "@typescript-eslint/parser": "^7.0.0",
61
- "eslint-plugin-import": "^2.31.0",
62
- "eslint-plugin-n": "^17.0.0",
63
- "eslint-plugin-prettier": "^5.0.0"
64
- },
65
55
  "peerDependenciesMeta": {
66
56
  "typescript": {
67
57
  "optional": true
package/rules.js CHANGED
@@ -171,7 +171,7 @@ export const baseRules = {
171
171
  ignore: [/e2e/]
172
172
  }
173
173
  ],
174
- 'unicorn/import-index': ['warn', { ignoreImports: true }],
174
+ 'unicorn/import-index': 'warn',
175
175
  'prettier/prettier': ['warn', { parser: 'babel' }],
176
176
 
177
177
  // Error handling