@capimjs/library-auth
Version:
Professional API using Clean Architecture and TDD. to group validators
17 lines (16 loc) • 556 B
JSON
{
"extends": "standard-with-typescript",
"parserOptions": {
"project": "./tsconfig.json"
},
"rules": {
"@typescript-eslint/consistent-type-definitions": "off",
"@typescript-eslint/no-namespace": "off",
"@typescript-eslint/return-await": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/await-thenable": "off",
"@typescript-eslint/no-confusing-void-expression": "off",
"@typescript-eslint/space-before-blocks": "off",
"@typescript-eslint/consistent-generic-constructors": "off"
}
}