Skip to content

Commit 35fd0a9

Browse files
Update ESLint configuration
Remove the line to disable the "github/no-then" rule.
1 parent 378f1f9 commit 35fd0a9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.eslintrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
"@typescript-eslint/prefer-regexp-exec": "off",
5050
"@typescript-eslint/require-await": "off",
5151
"@typescript-eslint/restrict-template-expressions": "off",
52-
"func-style": "off",
53-
"github/no-then": "off"
52+
"func-style": "off"
5453
}
5554
}]
5655
}

0 commit comments

Comments
 (0)