putout
Version:
🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json
17 lines (16 loc) • 508 B
JavaScript
export const OK = 0;
export const PLACE = 1;
export const STAGE = 2;
export const NO_FILES = 3;
export const NO_PROCESSORS = 4;
export const NO_FORMATTER = 5;
export const WAS_STOP = 6;
export const INVALID_OPTION = 7;
export const CANNOT_LOAD_PROCESSOR = 8;
export const CANNOT_LOAD_FORMATTER = 9;
export const RULER_WITH_FIX = 10;
export const RULER_NO_FILES = 11;
export const INVALID_CONFIG = 12;
export const UNHANDLED = 13;
export const CANNOT_LINT_STAGED = 14;
export const INTERACTIVE_CANCELED = 15;