Enable CI enforcement and pre-commit hooks

This commit is contained in:
Scott Anderson
2026-07-28 22:13:11 -04:00
parent a407606f1c
commit d4b21f8f4e
4 changed files with 573 additions and 5 deletions

View File

@@ -56,6 +56,15 @@ export default [
globals: globals.node,
},
},
{
files: ['e2e/**/*.{js,mjs}'],
languageOptions: {
globals: {
...globals.node,
...globals.browser,
},
},
},
{
files: ['*.config.{mjs,ts}'],
languageOptions: {