@mikey-pro/eslint-config 8.0.13 → 8.0.14

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 -1
  2. package/rules.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "8.0.13",
3
+ "version": "8.0.14",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
package/rules.js CHANGED
@@ -187,7 +187,6 @@ export const baseRules = {
187
187
  // Import rules
188
188
  'import/consistent-type-specifier-style': ['error', 'prefer-top-level'],
189
189
  'import/no-empty-named-blocks': 'error',
190
- 'import/no-reserved-dependencies': 'error',
191
190
 
192
191
  // Better promises
193
192
  'promise/no-multiple-resolved': 'error',