UNPKG

check-case-webpack-plugin

Version:

We should standard file case type to avoid sensitive case problem.

10 lines (9 loc) 175 B
export declare enum ValidCaseEnum { Kebab = "kebab", Snake = "snake" } export declare enum CheckInfoEnum { Warn = "warn", Error = "error", None = "none" }