UNPKG

dolphin-components

Version:

This project is licensed under the Apache 2.0 License. See the [LICENSE](https://opensource.org/license/apache-2-0) file for more details.

18 lines (14 loc) 306 B
import type { Linter, Rule } from "eslint"; declare const config: { plugin: { meta: { name: string; version: string; }; rules: Record<string, Rule.RuleModule>; }; configs: { recommended: Linter.Config; }; }; export default config;