UNPKG

eslint-plugin-sort-export-all

Version:
8 lines (5 loc) 142 B
import { Linter } from 'eslint'; declare function config(options?: { strict?: boolean; }): Linter.Config; export { config as default };