repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a464a1f
)
build: cleanup eslint configuration
author
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 11 Jul 2023 19:18:35 +0000
(21:18 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Tue, 11 Jul 2023 19:18:35 +0000
(21:18 +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 e421cd282cf758417b1609b6a887f4335619b708..f981727ab3800ebe3efd391953978767f5e4b162 100644
(file)
--- a/
.eslintrc.js
+++ b/
.eslintrc.js
@@
-98,7
+98,6
@@
module.exports = defineConfig({
project: './tsconfig.eslint.json'
},
extends: [
- 'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
'plugin:@typescript-eslint/recommended-requiring-type-checking',
'plugin:import/typescript',