deephaven / deephaven-plugins

Deephaven Plugins
11 stars 15 forks source link

Add custom lint rules for deephaven.ui #1013

Open mofojed opened 1 week ago

mofojed commented 1 week ago

React has custom eslint rules: https://github.com/jsx-eslint/eslint-plugin-react

We should have custom lint rules as well. For example, enforcing hooks used only at the top level.

I think this is dependent on Ruff adding a plugin system: https://github.com/astral-sh/ruff/issues/283