UNPKG

check-case-webpack-plugin

Version:

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

11 lines (9 loc) 150 B
export enum ValidCaseEnum { Kebab = 'kebab', Snake = 'snake' } export enum CheckInfoEnum { Warn = 'warn', Error = 'error', None = 'none' }