Skip to content

Commit

Permalink
Merge pull request #313 from davidchambers/readme
Browse files Browse the repository at this point in the history
readme: reinstate readme and fix automated release workflow
  • Loading branch information
davidchambers authored Mar 2, 2019
2 parents 1dfa081 + e9ff365 commit 80cdb60
Show file tree
Hide file tree
Showing 3 changed files with 959 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
{
"root": true,
"extends": ["./node_modules/sanctuary-style/eslint-es3.json"]
"extends": ["./node_modules/sanctuary-style/eslint-es3.json"],
"overrides": [
{
"files": "README.md",
"rules": {
"func-call-spacing": ["error", "never"],
"max-len": ["off"],
"no-undef": ["off"],
"no-unused-vars": ["off"]
}
}
]
}
Loading

0 comments on commit 80cdb60

Please sign in to comment.