feat: add easy way to configure search filtering for nested properties

This commit is contained in:
Thea Schöbl
2023-03-22 19:40:49 +00:00
committed by Rainer Killinger
parent e75a46633c
commit 2220ab24b3
18 changed files with 237 additions and 68 deletions

View File

@@ -8,7 +8,7 @@
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module",
"project": ["tsconfig.json", "e2e/tsconfig.e2e.json"],
"project": ["tsconfig.json", "tsconfig.spec.json", "e2e/tsconfig.e2e.json"],
"createDefaultProgram": true
},
"extends": [
@@ -44,7 +44,6 @@
],
"unicorn/no-nested-ternary": "off",
"unicorn/better-regex": "off",
"jsdoc/no-types": "error",
"jsdoc/require-param": "off",
"jsdoc/require-param-description": "error",
@@ -52,7 +51,6 @@
"jsdoc/require-returns": "off",
"jsdoc/require-param-type": "off",
"jsdoc/require-returns-type": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-unused-vars": [
"error",