tmrw-audit
Version:
tmrw audit: Your escape hatch from the cloud cage.
34 lines • 717 B
JSON
{
"linter": {
"enabled": true,
"rules": {
"style": {
"noImplicitAny": "error",
"useBlockStatements": "error"
},
"correctness": {
"noUnusedVariables": "error",
"noUnreachable": "error"
},
"suspicious": {
"noImplicitReturns": "warn"
}
},
"ignore": ["dist/**/*"]
},
"formatter": {
"enabled": true,
"formatWithErrors": false,
"indentStyle": "space",
"indentWidth": 2
},
"tests": {
"enabled": true,
"include": ["tests/**/*.test.ts"]
},
"javascript": {
"parser": {
"unsafeParameterDecoratorsEnabled": true
}
}
}