@open-turo/eslint-config-typescript 18.1.0-pr-440.295.1.1 → 18.1.0

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.
package/index.cjs CHANGED
@@ -188,6 +188,7 @@ const typescriptConfig = () =>
188
188
  const jestTestConfig = (options) => {
189
189
  const typescriptRules = options.typescript
190
190
  ? /** @type {const} */ ({
191
+ // this turns the original rule off *only* for test files, for jestPlugin compatibility
191
192
  "@typescript-eslint/unbound-method": "off",
192
193
  "jest/unbound-method": "error",
193
194
  })
package/package.json CHANGED
@@ -56,6 +56,6 @@
56
56
  "access": "public"
57
57
  },
58
58
  "repository": "https://github.com/open-turo/eslint-config-typescript",
59
- "version": "18.1.0-pr-440.295.1.1",
59
+ "version": "18.1.0",
60
60
  "packageManager": "npm@11.6.1"
61
61
  }