UNPKG

eslint-plugin-perfectionist

Version:

ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.

14 lines (13 loc) 299 B
import { TSESLint } from '@typescript-eslint/utils' import { Options } from './sort-switch-case/types.js' declare const _default: TSESLint.RuleModule< 'unexpectedSwitchCaseOrder', Options, { recommended?: boolean }, TSESLint.RuleListener > & { name: string } export default _default