repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67f3f2d
)
build: refine linter rules
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sat, 30 Dec 2023 09:54:28 +0000
(10:54 +0100)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sat, 30 Dec 2023 09:54:28 +0000
(10:54 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.eslintrc.cjs
patch
|
blob
|
blame
|
history
diff --git
a/.eslintrc.cjs
b/.eslintrc.cjs
index 522fdce51d59bac6a4553e40a644a258d3341468..cd8d5fdf1024f48d03de3a9446dc9d6483041dd5 100644
(file)
--- a/
.eslintrc.cjs
+++ b/
.eslintrc.cjs
@@
-151,7
+151,7
@@
module.exports = defineConfig({
'@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',
+ '@typescript-eslint/return-await': 'off',
'@typescript-eslint/no-non-null-assertion': 'off'
}
},