We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bugs
reselect-codemods
1 parent 6945326 commit 84a9ebeCopy full SHA for 84a9ebe
codemods/package.json
@@ -2,6 +2,9 @@
2
"name": "reselect-codemods",
3
"version": "0.1.0",
4
"description": "A collection of codemods for the reselect library",
5
+ "bugs": {
6
+ "url": "https://github.com/reduxjs/reselect/issues"
7
+ },
8
"scripts": {
9
"format": "prettier -w . --config prettier.config.mjs",
10
"format:check": "prettier -c . --config prettier.config.mjs",
0 commit comments