Skip to content

Commit

Permalink
Merge pull request #12 from sanctuary-js/davidchambers/eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers authored Oct 20, 2017
2 parents 33a203a + 83ce95a commit b0ce64c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions eslint-common.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"rules": {
"array-bracket-newline": ["error", "consistent"],
"array-bracket-spacing": ["error", "never"],
"block-spacing": ["error", "always"],
"brace-style": ["error", "1tbs", {"allowSingleLine": true}],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"xyz": "2.0.x"
},
"peerDependencies": {
"eslint": "4.5.x"
"eslint": "4.9.x"
},
"files": [
"/LICENSE",
Expand Down

0 comments on commit b0ce64c

Please sign in to comment.