UNPKG

clixion

Version:

A flexible framework for building CLI applications

22 lines (21 loc) 370 B
{ "organizeImports": { "ignore": ["dist"] }, "linter": { "include": ["bin", "src", "tests"], "ignore": ["dist"], "rules": { "style": { "noParameterAssign": "off" }, "suspicious": { "noExplicitAny": "off", "noMisleadingCharacterClass": "off" } } }, "formatter": { "ignore": ["dist"] } }