@mikey-pro/eslint-config 4.8.5 → 4.8.6

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 +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -397,7 +397,6 @@ module.exports = {
397
397
  'require-atomic-updates': 1,
398
398
  'rest-spread-spacing': 1,
399
399
  semi: 1,
400
- 'sort-imports': 1,
401
400
  'sort-keys-fix/sort-keys-fix': 1,
402
401
  'sort-vars': 1,
403
402
  'space-before-function-paren': [1, 'always'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "4.8.5",
3
+ "version": "4.8.6",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.js",
6
6
  "dependencies": {