mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
Use optional chaining in TS extension Also removes `prefer-const` since this is now enabled globally
6 lines
72 B
JSON
6 lines
72 B
JSON
{
|
|
"rules": {
|
|
"@typescript-eslint/prefer-optional-chain": "warn"
|
|
}
|
|
}
|