File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments