mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
18 lines
457 B
JSON
18 lines
457 B
JSON
{
|
|
"extends": [
|
|
"tslint:recommended", "tslint-plugin-prettier", "tslint-config-prettier"
|
|
],
|
|
"jsRules": {},
|
|
"rules": {
|
|
"prettier": true,
|
|
"quotemark": [true, "single"],
|
|
"no-var-requires": false,
|
|
"interface-name": false,
|
|
"object-literal-sort-keys": false,
|
|
"max-line-length": [true, 200],
|
|
"array-type": false,
|
|
"max-classes-per-file": false
|
|
},
|
|
"rulesDirectory": []
|
|
}
|