Skip to content

Commit a82a8fd

Browse files
committed
chore(): eslint comment
1 parent 88a0f39 commit a82a8fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.eslintrc.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ module.exports = {
88
plugins: [
99
'@typescript-eslint/eslint-plugin',
1010
'simple-import-sort',
11-
'require-extensions', // only once moved to ESM
11+
'require-extensions',
1212
],
1313
extends: [
1414
'plugin:@typescript-eslint/recommended',
1515
'plugin:prettier/recommended',
16-
'plugin:require-extensions/recommended', // only once moved to ESM
16+
'plugin:require-extensions/recommended',
1717
],
1818
root: true,
1919
env: {

0 commit comments

Comments
 (0)