{ "extends": ["plugin:@fluentui/eslint-plugin/react--legacy"], "root": true, "rules": { "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/jsx-no-bind": "off", "deprecation/deprecation": "off" } }