UNPKG

wang-lint-cli

Version:
19 lines (18 loc) 695 B
export declare enum UNICODE { success = "\u2714", failure = "\u2716" } export declare const PKG_NAME: string; export declare const PKG_VERSION: string; export declare const PROJECT_TYPES: Array<{ name: string; value: string; }>; export declare const ESLINT_FILE_EXT: string[]; export declare const ESLINT_IGNORE_PATTERN: string[]; export declare const STYLELINT_FILE_EXT: string[]; export declare const STYLELINT_IGNORE_PATTERN: string[]; export declare const MARKDOWN_LINT_FILE_EXT: string[]; export declare const MARKDOWN_LINT_IGNORE_PATTERN: string[]; export declare const PRETTIER_FILE_EXT: string[]; export declare const PRETTIER_IGNORE_PATTERN: string[];