Skip to content

Commit e1531c4

Browse files
committed
Cleanup eslint config
1 parent 138fa40 commit e1531c4

1 file changed

Lines changed: 4 additions & 19 deletions

File tree

eslint.config.mjs

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -106,23 +106,8 @@ export default [{
106106
'allowTernary' : true,
107107
}],
108108
'@eslint-comments/no-unused-disable': 'warn',
109-
/*
110-
code style | readability
111-
*/
112-
// to many voids
113-
// "@typescript-eslint/explicit-function-return-type": [
114-
// "warn",
115-
// {
116-
// "allowExpressions": true,
117-
// "allowTypedFunctionExpressions": true,
118-
// "allowHigherOrderFunctions": true,
119-
// "allowDirectConstAssertionInArrowFunctions": true,
120-
// "allowConciseArrowFunctionExpressionsStartingWithVoid": true,
121-
// "allowIIFEs": true
122-
// }
123-
// ],
124-
/*
125-
prevent unexpected behavior
109+
/*
110+
prevent unexpected behavior
126111
*/
127112
'@typescript-eslint/no-empty-object-type' : 'warn',
128113
'@typescript-eslint/no-unsafe-function-type' : 'warn',
@@ -131,8 +116,8 @@ export default [{
131116
'no-fallthrough' : ['warn', {'allowEmptyCase': true}],
132117
// '@nothing-but/no-ignored-return': 'warn',
133118
// '@nothing-but/no-return-to-void': 'warn',
134-
/*
135-
tests
119+
/*
120+
tests
136121
*/
137122
'@no-only-tests/no-only-tests': 'warn',
138123
},

0 commit comments

Comments
 (0)