repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
082ae30
)
build(ci): silence linter on examples
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Tue, 23 Jul 2024 14:22:24 +0000
(16:22 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Tue, 23 Jul 2024 14:22:24 +0000
(16:22 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
eslint.config.js
patch
|
blob
|
blame
|
history
diff --git
a/eslint.config.js
b/eslint.config.js
index f7004221dd74fe6aa1bc832e3eb6470f797779fb..46c89b47da97db3aa4808ff5257f731e97af0e4b 100644
(file)
--- a/
eslint.config.js
+++ b/
eslint.config.js
@@
-93,6
+93,7
@@
export default defineFlatConfig([
'@typescript-eslint/no-unsafe-member-access': 'off',
'@typescript-eslint/no-unnecessary-type-assertion': 'off',
'@typescript-eslint/no-redundant-type-constituents': 'off',
+ '@typescript-eslint/return-await': 'off',
},
},
{