Archived
16 lines
280 B
JSON
16 lines
280 B
JSON
{
|
|
"parserOptions": {
|
|
"project": "./extensions/sql-bindings/tsconfig.json"
|
|
},
|
|
"rules": {
|
|
"@typescript-eslint/no-floating-promises": [
|
|
"error",
|
|
{
|
|
"ignoreVoid": true
|
|
}
|
|
],
|
|
"jsdoc/require-param": "error",
|
|
"@typescript-eslint/no-unsafe-assignment": "off"
|
|
}
|
|
}
|