Skip to content

Commit

Permalink
Merge pull request #607 from sanctuary-js/davidchambers/scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers authored Mar 9, 2019
2 parents 65ee49d + c143069 commit eafdef3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@
"no-extra-semi": ["off"],
"no-unused-vars": ["error", {"args": "none", "varsIgnorePattern": "^([$]|S)$"}]
}
},
{
"files": ["index.js"],
"rules": {
"multiline-comment-style": ["off"]
}
}
]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/.nyc_output/
/coverage/
/node_modules/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"jsverify": "0.8.x",
"sanctuary-descending": "1.1.0",
"sanctuary-identity": "1.1.x",
"sanctuary-scripts": "2.0.x"
"sanctuary-scripts": "3.0.x"
},
"files": [
"/LICENSE",
Expand Down

0 comments on commit eafdef3

Please sign in to comment.