Skip to content

Commit 0f0bb16

Browse files
committed
switch to scoped eslint config packages
1 parent e0825a2 commit 0f0bb16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
},
4646
"homepage": "https://github.com/jedwards1211/es2015-library-skeleton#readme",
4747
"devDependencies": {
48+
"@jedwards1211/eslint-config": "^1.0.0",
49+
"@jedwards1211/eslint-config-flow": "^1.0.0",
4850
"babel-cli": "^6.18.0",
4951
"babel-core": "^6.18.2",
5052
"babel-eslint": "^7.1.1",
@@ -59,8 +61,6 @@
5961
"copy": "^0.3.0",
6062
"coveralls": "^2.11.15",
6163
"eslint": "^3.11.1",
62-
"eslint-config-andy": "github:jedwards1211/eslint-config-andy#2.0.0-beta7",
63-
"eslint-config-andy-flow": "github:jedwards1211/eslint-config-andy-flow#1.0.0-beta2",
6464
"eslint-plugin-flowtype": "^2.28.2",
6565
"eslint-watch": "^2.1.14",
6666
"flow-bin": "^0.36.0",

0 commit comments

Comments
 (0)