You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rule source does already exist in this repo, but its tests are skipped and naively adding it to index.ts yields an error:
/home/flo/www/eslint-plugin-vitest/src/rules/unbound-method.ts:26
const TSESLintPlugin = require('@typescript-eslint/eslint-plugin')
^
ReferenceError: require is not defined in ES module scope, you can use import instead
The text was updated successfully, but these errors were encountered:
See jest/unbound-method.
The rule source does already exist in this repo, but its tests are skipped and naively adding it to
index.ts
yields an error:The text was updated successfully, but these errors were encountered: