UNPKG

eslint-plugin-vitest-globals

Version:
17 lines (14 loc) 255 B
import type { ESLint, Linter } from 'eslint' declare const plugin: { rules: ESLint.Plugin['rules'] configs: { base: Linter.Config recommended: Linter.Config } environments: { env: { globals: Record<string, boolean> } } } export = plugin