Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit f36ed7b

Browse files
committed
redirect to flake8-idom in README
1 parent ba26d36 commit f36ed7b

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

README.md

+2-21
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
11
# `flake8-idom-hooks`
22

3-
A Flake8 plugin that enforces the ["rules of hooks"](https://reactjs.org/docs/hooks-rules.html) for [IDOM](https://github.com/idom-team/idom).
3+
This project has been renamed.
44

5-
The implementation is based on React's own ESLint [plugin for hooks](https://github.com/facebook/react/tree/master/packages/eslint-plugin-react-hooks).
6-
7-
# Install
8-
9-
```bash
10-
pip install flake8-idom-hooks
11-
```
12-
13-
# Developer Installation
14-
15-
```bash
16-
pip install -r requirements.txt
17-
pip install -e .
18-
```
19-
20-
Run the tests
21-
22-
```bash
23-
tox
24-
```
5+
See [flake8-idom](https://github.com/idom-team/flake8-idom) instead.

0 commit comments

Comments
 (0)