Skip to content

Commit

Permalink
feature: update to latest match-to-token
Browse files Browse the repository at this point in the history
  • Loading branch information
stagas committed Jan 18, 2022
1 parent 61b2984 commit ba657bb
Show file tree
Hide file tree
Showing 7 changed files with 83 additions and 15,570 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ coverage
dist
node_modules
.husky
package-lock.json
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"useTabs": false,
"semi": false,
"singleQuote": true,
"printWidth": 80,
"printWidth": 150,
"trailingComma": "none",
"arrowParens": "avoid"
}
Loading

0 comments on commit ba657bb

Please sign in to comment.