@mikey-pro/eslint-config 4.8.6 → 4.8.7

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
@@ -278,7 +278,6 @@ module.exports = {
278
278
  'no-empty': 1,
279
279
  'no-empty-pattern': 1,
280
280
  'no-extra-bind': 1,
281
- 'no-extra-parens': 1,
282
281
  'no-extra-semi': 1,
283
282
  'no-floating-decimal': 1,
284
283
  'no-iterator': 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "4.8.6",
3
+ "version": "4.8.7",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.js",
6
6
  "dependencies": {