dashboardobfuscationwireguard-vpn-setupwireguard-vpnwireguard-tunnelwireguard-dashboardwireguardwg-managervpnsite-to-site
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
847 B
45 lines
847 B
{
|
|
"rulesDirectory": [
|
|
"node_modules/codelyzer"
|
|
],
|
|
"extends": [
|
|
"tslint:recommended",
|
|
"tslint-config-airbnb",
|
|
"tslint-angular"
|
|
],
|
|
"rules": {
|
|
"max-line-length": [
|
|
true,
|
|
{
|
|
"ignore-pattern": "(\"|'|`).*?\\1"
|
|
}
|
|
],
|
|
"function-name": [
|
|
true,
|
|
{
|
|
"function-regex": "^[A-Z]?[a-z][\\w\\d]+$"
|
|
}
|
|
],
|
|
"ter-computed-property-spacing": false,
|
|
"quotemark": [
|
|
true,
|
|
"single",
|
|
"avoid-escape"
|
|
],
|
|
"object-literal-sort-keys": false,
|
|
"arrow-parens": false,
|
|
"ter-arrow-parens": [
|
|
true,
|
|
"as-needed",
|
|
{
|
|
"requireForBlockBody": true
|
|
}
|
|
],
|
|
"no-conditional-assignment": false,
|
|
"object-literal-key-quotes": [
|
|
true,
|
|
"consistent-as-needed"
|
|
],
|
|
"no-parameter-reassignment": false
|
|
}
|
|
}
|
|
|