Skip to content

Commit

Permalink
Better converts and preserves comment descriptions (sid88in#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicary committed Jun 10, 2023
1 parent 1d18963 commit 9bebeab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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 9bebeab

Please sign in to comment.