Skip to content

Commit 50a533d

Browse files
committed
Migrate ESLint config to ESM
1 parent c53adbb commit 50a533d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.eslintrc.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
module.exports = {
1+
// @ts-check
2+
/** @type{import('eslint').Linter.LegacyConfig} */
3+
export default {
24
root: true,
35
extends: ['eslint:recommended'],
46
rules: {

0 commit comments

Comments
 (0)