mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
9 lines
194 B
JSON
9 lines
194 B
JSON
{
|
|
"rules": {
|
|
"no-cond-assign": 2,
|
|
"jsdoc/check-param-names": "error",
|
|
"@typescript-eslint/explicit-function-return-type": ["error"],
|
|
"@typescript-eslint/await-thenable": ["error"]
|
|
}
|
|
}
|