UNPKG

156 BTypeScriptView Raw
1import { Linter, Rule } from "eslint";
2
3export const configs: {
4 recommended: Linter.Config;
5};
6
7export const rules: {
8 prettier: Rule.RuleModule;
9};