Skip to content

Commit

Permalink
Update eslint-config-apc to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Egner committed Jan 29, 2018
1 parent daeda83 commit 76537f2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
"yarn": "^1.0.0"
},
"dependencies": {
"eslint-config-apc": "0.1.1",
"eslint-config-apc": "1.0.0",
"pug-lint": "2.5.0",
"sass-lint": "1.12.1"
},
Expand Down
5 changes: 5 additions & 0 deletions test/.eslintrc
@@ -0,0 +1,5 @@
{
"env": {
"mocha": true
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -783,9 +783,9 @@ escope@^3.6.0:
esrecurse "^4.1.0"
estraverse "^4.1.1"

eslint-config-apc@0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/eslint-config-apc/-/eslint-config-apc-0.1.1.tgz#f4eaff9b010786e863465abc114b6b8bcf132420"
eslint-config-apc@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-apc/-/eslint-config-apc-1.0.0.tgz#ea75552def1862278180dad6a6b12b91968f7b40"
dependencies:
eslint "4.16.0"
eslint-config-standard "10.2.1"
Expand Down

0 comments on commit 76537f2

Please sign in to comment.