Add custom binding check as plugin

This commit is contained in:
Mark Tolmacs
2025-08-21 14:27:46 +02:00
parent b4903a7eab
commit 0c5e420812
6 changed files with 107 additions and 1 deletions

5
packages/eslint/index.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
rules: {
"no-binding-direct-mod": require("./no-binding-direct-mod"),
},
};