UNPKG

ng-alain

Version:

Schematics specific to NG-ALAIN

7 lines (5 loc) 170 B
export const LINT_STAGED = 'lint-staged'; export const LINT_STAGED_CONFIG = { '(src)/**/*.{html,ts}': ['eslint --fix'], '(src)/**/*.less': ['npm run lint:style'] };