UNPKG

eclint

Version:

Validate or fix code that doesn't adhere to EditorConfig settings or infer settings from existing code.

4 lines (3 loc) 119 B
import * as eclint from '../eclint'; declare const MaxLineLengthRule: eclint.ILineRule; export = MaxLineLengthRule;