kylin-code/extensions/typescript-language-features/.eslintrc.json

6 lines
45 B
JSON
Raw Normal View History

2022-06-14 14:37:10 +08:00
{
"rules": {
"prefer-const": "error"
}
}