eslint-config-heck 1.3.0 → 1.3.1

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 +3 -3
  2. package/package.json +1 -1
package/node.js CHANGED
@@ -840,9 +840,9 @@ const overrides = [
840
840
  "error",
841
841
  {
842
842
  allowExpressions: true,
843
- allowTypedFunctionExpressions: false,
844
- allowHigherOrderFunctions: false,
845
- allowDirectConstAssertionInArrowFunctions: false,
843
+ allowTypedFunctionExpressions: true,
844
+ allowHigherOrderFunctions: true,
845
+ allowDirectConstAssertionInArrowFunctions: true,
846
846
  allowConciseArrowFunctionExpressionsStartingWithVoid: false,
847
847
  },
848
848
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-heck",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
5
5
  "main": "index.js",
6
6
  "scripts": {