Skip to content

Commit 6fb41f9

Browse files
committed
chore: Merge branch 'semantic-release' of /Users/andy/es2015-library-skeleton
2 parents 9e5a1b0 + ad5f0b8 commit 6fb41f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"extends": [
3-
"eslint-config-andy", "eslint-config-andy-flow"
3+
"@jedwards1211/eslint-config", "@jedwards1211/eslint-config-flow"
44
]
55
}

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[ignore]
22
<PROJECT_ROOT>/lib/.*
3-
<PROJECT_ROOT>/node_modules/.*
3+
.*/node_modules/.*/tests?/.*\.json
44

55
[include]
66
./src

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
},
4848
"homepage": "https://github.com/jcoreio/redux-utils-immutable#readme",
4949
"devDependencies": {
50+
"@jedwards1211/eslint-config": "^1.0.0",
51+
"@jedwards1211/eslint-config-flow": "^1.0.0",
5052
"babel-cli": "^6.18.0",
5153
"babel-core": "^6.18.2",
5254
"babel-eslint": "^7.1.1",
@@ -62,8 +64,6 @@
6264
"copy": "^0.3.0",
6365
"coveralls": "^2.11.15",
6466
"eslint": "^3.11.1",
65-
"eslint-config-andy": "github:jedwards1211/eslint-config-andy#2.0.0-beta7",
66-
"eslint-config-andy-flow": "github:jedwards1211/eslint-config-andy-flow#1.0.0-beta2",
6767
"eslint-plugin-flowtype": "^2.28.2",
6868
"eslint-watch": "^2.1.14",
6969
"flow-bin": "^0.36.0",

0 commit comments

Comments
 (0)