repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd92a71
)
build: silence linter on examples
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 20 Aug 2023 10:20:45 +0000
(12:20 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 20 Aug 2023 10:20:45 +0000
(12:20 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.eslintrc.js
patch
|
blob
|
blame
|
history
diff --git
a/.eslintrc.js
b/.eslintrc.js
index 7453ecbfb1d4e496b39d9c8f5a267b3e9b7c8a9d..24714013b0336326cdb49486360e82d9978df374 100644
(file)
--- a/
.eslintrc.js
+++ b/
.eslintrc.js
@@
-134,6
+134,7
@@
module.exports = defineConfig({
'@typescript-eslint/no-unsafe-assignment': 'off',
'@typescript-eslint/no-unsafe-member-access': 'off',
'@typescript-eslint/no-unnecessary-type-assertion': 'off',
+ '@typescript-eslint/no-redundant-type-constituents': 'off',
'@typescript-eslint/strict-boolean-expressions': 'off',
'@typescript-eslint/return-await': 'off'
}