mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-11 08:18:19 +00:00
15 lines
332 B
JSON
15 lines
332 B
JSON
{
|
|
"defaultSeverity": "error",
|
|
"extends": ["tslint:recommended", "tslint-config-prettier"],
|
|
"rulesDirectory": ["tslint-plugin-prettier"],
|
|
"rules": {
|
|
"prettier": true,
|
|
"object-literal-sort-keys": false,
|
|
"no-var-requires": false,
|
|
"no-console": false
|
|
},
|
|
"linterOptions": {
|
|
"exclude": ["test/**/*"]
|
|
}
|
|
}
|