A Flake8 plugin for IDOM that enforces:
- the "rules of hooks".
The implementation is based on React's own ESLint plugin for hooks.
pip install flake8-idom
pip install -r requirements.txt
pip install -e .
Run the tests
tox
A Flake8 plugin for IDOM that enforces:
The implementation is based on React's own ESLint plugin for hooks.
pip install flake8-idom
pip install -r requirements.txt
pip install -e .
Run the tests
tox