repositories
/
benchmarks-js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e58153
)
build: cleanup eslint configuration
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 22 Sep 2023 15:34:05 +0000
(17:34 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Fri, 22 Sep 2023 15:34:05 +0000
(17:34 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.eslintrc.js
patch
|
blob
|
blame
|
history
diff --git
a/.eslintrc.js
b/.eslintrc.js
index 0f4574993a6b7a63741b35bc969a73c07c271aa5..1a4b9abd5d3bd02182327743dacdda71ae94c8fe 100644
(file)
--- a/
.eslintrc.js
+++ b/
.eslintrc.js
@@
-19,14
+19,5
@@
module.exports = defineConfig({
'plugin:jsdoc/recommended',
'plugin:import/recommended',
'plugin:promise/recommended'
- ],
- rules: {
- 'sort-imports': [
- 'warn',
- {
- ignoreDeclarationSort: true
- }
- ],
- 'import/order': 'warn'
- }
+ ]
})