Skip to content

Commit 2b8affd

Browse files
committedMay 31, 2018
wip redux example
1 parent 171e051 commit 2b8affd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1873
-345
lines changed
 

‎.eslintrc.js

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
module.exports = {
22
extends: '@dooer/eslint-config-dooer',
3+
rules: {
4+
'no-case-declarations': 0,
5+
}
36
}

‎lerna.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"lerna": "2.11.0",
2+
"lerna": "2.2.0",
33
"packages": [
44
"packages/*"
55
],
6-
"version": "0.0.10",
6+
"version": "independent",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

0 commit comments

Comments
 (0)
Please sign in to comment.