Skip to content

Commit

Permalink
Add bracket support and 判斷 method (#19)
Browse files Browse the repository at this point in the history
* Add bracket support and 判斷 method

* Update JSDoc of 屬於 method

* Fix typo

* Update JSDoc of 判斷 method

* Fix Regular Expression

* Remove abundant quotes
  • Loading branch information
graphemecluster authored Oct 1, 2021
1 parent 2f6e498 commit 31e5b25
Show file tree
Hide file tree
Showing 7 changed files with 13,699 additions and 3,886 deletions.
6 changes: 6 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"arrowParens": "avoid",
"printWidth": 140,
"quoteProps": "consistent",
"singleQuote": true
}
Loading

0 comments on commit 31e5b25

Please sign in to comment.