Skip to content

Commit

Permalink
Merge pull request #3 from choipd/1-add-human-item-buttons
Browse files Browse the repository at this point in the history
resolve issue #1
  • Loading branch information
choipd authored Apr 17, 2022
2 parents 1fdb826 + 18194cb commit c62d693
Show file tree
Hide file tree
Showing 16 changed files with 25,213 additions and 551 deletions.
8 changes: 8 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
semi: true,
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'none',
tabWidth: 4
};
Loading

0 comments on commit c62d693

Please sign in to comment.