mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-26 06:40:30 -04:00
8 lines
144 B
JSON
8 lines
144 B
JSON
{
|
|
"rules": {
|
|
"no-cond-assign": 2,
|
|
"jsdoc/check-param-names": "error",
|
|
"@typescript-eslint/explicit-function-return-type": ["error"]
|
|
}
|
|
}
|