Skip to content

Commit 55f27b5

Browse files
committed
fixup! Build: Update deps, modernize CI, migrate the ESLint config
1 parent 98cfd2f commit 55f27b5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

eslint.config.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,17 @@ export default [
1818
languageOptions: {
1919
ecmaVersion: 2025,
2020
sourceType: "script",
21-
2221
globals: {
2322
...globals.node
2423
}
2524
},
26-
2725
rules: {
2826
strict: [ "error", "global" ]
2927
}
3028
},
3129

3230
{
3331
files: [ "*.mjs" ],
34-
3532
languageOptions: {
3633
sourceType: "module"
3734
}

0 commit comments

Comments
 (0)