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 88a0f39 commit a82a8fdCopy full SHA for a82a8fd
.eslintrc.cjs
@@ -8,12 +8,12 @@ module.exports = {
8
plugins: [
9
'@typescript-eslint/eslint-plugin',
10
'simple-import-sort',
11
- 'require-extensions', // only once moved to ESM
+ 'require-extensions',
12
],
13
extends: [
14
'plugin:@typescript-eslint/recommended',
15
'plugin:prettier/recommended',
16
- 'plugin:require-extensions/recommended', // only once moved to ESM
+ 'plugin:require-extensions/recommended',
17
18
root: true,
19
env: {
0 commit comments