vscode/extensions/typescript-language-features/.eslintrc.json

6 lines
45 B
JSON
Raw Normal View History

2020-12-10 02:41:58 +01:00
{
"rules": {
"prefer-const": "error"
}
}