mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-plugin-emoji.git
synced 2025-10-04 01:20:58 +08:00
13 lines
No EOL
195 B
JSON
13 lines
No EOL
195 B
JSON
{
|
|
"extends": [
|
|
"tslint-config-airbnb"
|
|
],
|
|
"rules": {
|
|
"align": [true, "statements"],
|
|
"import-name": false,
|
|
"variable-name": [
|
|
true,
|
|
"allow-pascal-case"
|
|
]
|
|
}
|
|
} |