Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7f3f245

Browse files
committedFeb 20, 2016
updates readme
1 parent ef6db81 commit 7f3f245

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,12 @@ README.md
7272
3. I don't use a `constants`, `actions`, or `reducers` folder for the same reason specified in #1.
7373

7474
## TODO
75+
- Move conventions to [eslint-config-reactjs](https://github.com/reactjs/eslint-config-reactjs) or maybe [standardjs react](https://github.com/feross/eslint-config-standard-react)?
7576
- Implement Reselect.
7677
- Implement CSS modules.
7778
- Implement redux router.
7879
- Implement animations and transitions.
7980
- Implement a task to generate automated documentation based on components/containers.
80-
- Create a yeoman generator for this?
81+
- ~~Create a yeoman generator for this?~~ Create some [plop](https://github.com/amwmedia/plop) generators.
8182

8283
### Happy hacking!

0 commit comments

Comments
 (0)
Please sign in to comment.