Files
mlflow--mlflow/mlflow/server/js/eslint-plugin/rules/no-direct-react-root.js
T
2026-07-13 13:22:34 +08:00

13 lines
264 B
JavaScript

// Stub: rule exists in Databricks but is not enforced in OSS.
// Registered so eslint-disable comments referencing this rule don't error.
module.exports = {
meta: {
type: 'problem',
messages: {},
schema: [],
},
create() {
return {};
},
};