Port over copyright rule

This commit is contained in:
Johannes Marbach
2026-06-24 11:08:04 +02:00
parent d2cb7e334e
commit d5ce3a955a
3 changed files with 71 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
module.exports = {
rules: {
"copyright-header": require("./CopyrightHeader").default,
"no-observablescope-leak": require("./NoObservableScopeLeak").default,
},
};