/
githubmirror
/
eslint-plugin
Обзор
Документация
Войти
/
githubmirror
/
eslint-plugin
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
index.d.ts
15 строк
367 B
Michael Naumov
chore: switch tabs to spaces
04 дек 2025, 22:01
04 дек 2025, 22:01
903401e
Код
Авторство
О чём код?
import { type Linter, type Rule } from "eslint"; declare module 'eslint-plugin-obsidianmd' { export const meta: { name: string; version: string; }; export const configs: { recommended: Linter.Config; recommendedWithLocalesEn: Linter.Config; }; export const rules: { [key: string]: Rule.RuleModule; } }