Files
azuredatastudio/extensions/sql-migration/.eslintrc.json

7 lines
125 B
JSON

{
"rules": {
// Disabled until the issues can be fixed
"@typescript-eslint/explicit-function-return-type": ["off"]
}
}