Skip to content

Commit

Permalink
Merge pull request #39 from nearform/fix/octokit-issue-api
Browse files Browse the repository at this point in the history
fix: octokit issue api
  • Loading branch information
simoneb authored May 27, 2021
2 parents 991064c + fde50cd commit e3c3d2c
Show file tree
Hide file tree
Showing 18 changed files with 1,161 additions and 977 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "eslint:recommended",
"extends": ["eslint:recommended", "plugin:prettier/recommended"],
"env": {
"node": true,
"es6": true,
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm test
npm run build && git add dist
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"semi": false,
"singleQuote": true
}
Loading

0 comments on commit e3c3d2c

Please sign in to comment.