mirror of
https://github.com/wassname/talk.git
synced 2026-07-25 13:30:59 +08:00
15 lines
303 B
JSON
15 lines
303 B
JSON
{
|
|
"extends": [
|
|
"tslint:recommended",
|
|
"tslint-config-prettier",
|
|
"tslint-plugin-prettier"
|
|
],
|
|
"rules": {
|
|
"prettier": true,
|
|
"object-literal-sort-keys": false,
|
|
"interface-name": [true, "never-prefix"],
|
|
"no-switch-case-fall-through": true,
|
|
"member-ordering": false
|
|
}
|
|
}
|