clixion
Version:
A flexible framework for building CLI applications
22 lines (21 loc) • 370 B
JSON
{
"organizeImports": {
"ignore": ["dist"]
},
"linter": {
"include": ["bin", "src", "tests"],
"ignore": ["dist"],
"rules": {
"style": {
"noParameterAssign": "off"
},
"suspicious": {
"noExplicitAny": "off",
"noMisleadingCharacterClass": "off"
}
}
},
"formatter": {
"ignore": ["dist"]
}
}