We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca1638 commit 5df5652Copy full SHA for 5df5652
eslint.config.mjs
@@ -139,6 +139,7 @@ export default [
139
'n/prefer-node-protocol': 'error',
140
'unicorn/consistent-function-scoping': 'error',
141
curly: 'error',
142
+ 'line-comment-position': ['error', { position: 'above' }],
143
'no-await-in-loop': 'error',
144
'no-control-regex': 'error',
145
'no-empty': ['error', { allowEmptyCatch: true }],
0 commit comments