{ "extends": ["@js-omar/eslint-config"], "root": true, "rules": { "no-console": "off", "@typescript-eslint/no-explicit-any": "off", "no-param-reassign": "off" }, "ignorePatterns": ["node_modules", "bin"] }