{ "extends": ["plugin:@fluentui/eslint-plugin/react--legacy"], "root": true, "rules": { "@typescript-eslint/no-explicit-any": "off", "deprecation/deprecation": "off", "import/no-webpack-loader-syntax": "off", // ok in this project "prefer-const": "off", "react/jsx-no-bind": "off" } }