mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 08:06:04 +00:00
19 lines
321 B
JSON
19 lines
321 B
JSON
{
|
|
"rules": {
|
|
"@typescript-eslint/naming-convention": [
|
|
"warn",
|
|
{
|
|
"selector": "default",
|
|
"modifiers": ["private"],
|
|
"format": null,
|
|
"leadingUnderscore": "require"
|
|
},
|
|
{
|
|
"selector": "default",
|
|
"modifiers": ["public"],
|
|
"format": null,
|
|
"leadingUnderscore": "forbid"
|
|
}
|
|
]
|
|
}
|
|
}
|