eslint-config-heck 1.6.1 → 1.6.2

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/node.js +1 -2
  2. package/package.json +1 -1
package/node.js CHANGED
@@ -732,8 +732,7 @@ const rules = {
732
732
  "unicorn/no-useless-length-check": "error",
733
733
  "unicorn/no-useless-promise-resolve-reject": "error",
734
734
  "unicorn/no-useless-spread": "error",
735
- // TODO: Definition for rule 'unicorn/no-useless-switch-case:' was not found
736
- // "unicorn/no-useless-switch-case:": "error",
735
+ "unicorn/no-useless-switch-case": "error",
737
736
  "unicorn/no-useless-undefined": "error",
738
737
  "unicorn/no-zero-fractions": "error",
739
738
  "unicorn/number-literal-case": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-heck",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
5
5
  "main": "index.js",
6
6
  "scripts": {