We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1aac9 commit b73cd8eCopy full SHA for b73cd8e
.github/workflows/ci.yml
@@ -42,5 +42,8 @@ jobs:
42
- name: test
43
run: pnpm test:ci
44
45
+ - name: build
46
+ run: pnpm build
47
+
48
- name: typecheck
49
run: pnpm tsc
src/utils/index.ts
@@ -12,7 +12,7 @@ import {
12
} from './parse-vitest-fn-call'
13
import { RuleRecommendation, RuleRecommendationAcrossConfigs } from '@typescript-eslint/utils/ts-eslint'
14
15
-interface PluginDocs {
+export interface PluginDocs {
16
recommended?: boolean
17
requiresTypeChecking?: boolean
18
extendsBaseRule?: boolean | string;
0 commit comments