UNPKG

eslint-plugin-perfectionist

Version:

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

12 lines (11 loc) 476 B
import { JSONSchema4 } from '@typescript-eslint/utils/json-schema' /** * JSON schema for the partition by comment option. Validates configuration for * splitting elements into partitions based on comments. */ export declare let partitionByCommentJsonSchema: JSONSchema4 /** * JSON schema for the partition by new line option. Controls whether to create * separate partitions when newlines are encountered. */ export declare let partitionByNewlineJsonSchema: JSONSchema4