Skip to content

Commit

Permalink
Better converts and preserves comment descriptions (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicary committed Nov 18, 2021
1 parent d0f857a commit bc93c3c
Show file tree
Hide file tree
Showing 9 changed files with 2,563 additions and 2,210 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.DS_Store
node_modules
node_modules.nosync
npm-debug.log
yarn-error.json
yarn-error.log
Expand Down
7 changes: 4 additions & 3 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"tabWidth": 2,
"useTabs": false,
"endOfLine": "auto",
"printWidth": 80,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"endOfLine": "auto"
"useTabs": false
}

0 comments on commit bc93c3c

Please sign in to comment.