UNPKG

138 BTypeScriptView Raw
1import type { ESLint } from "eslint";
2
3declare const eslintPluginSimpleImportSort: ESLint.Plugin;
4
5export = eslintPluginSimpleImportSort;