Skip to content

Commit

Permalink
switch to scoped eslint config packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Dec 10, 2016
1 parent e0825a2 commit 0f0bb16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": [
"eslint-config-andy", "eslint-config-andy-flow"
"@jedwards1211/eslint-config", "@jedwards1211/eslint-config-flow"
]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
},
"homepage": "https://github.com/jedwards1211/es2015-library-skeleton#readme",
"devDependencies": {
"@jedwards1211/eslint-config": "^1.0.0",
"@jedwards1211/eslint-config-flow": "^1.0.0",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.1",
Expand All @@ -59,8 +61,6 @@
"copy": "^0.3.0",
"coveralls": "^2.11.15",
"eslint": "^3.11.1",
"eslint-config-andy": "github:jedwards1211/eslint-config-andy#2.0.0-beta7",
"eslint-config-andy-flow": "github:jedwards1211/eslint-config-andy-flow#1.0.0-beta2",
"eslint-plugin-flowtype": "^2.28.2",
"eslint-watch": "^2.1.14",
"flow-bin": "^0.36.0",
Expand Down

0 comments on commit 0f0bb16

Please sign in to comment.