Skip to content

Commit

Permalink
chore(prettier): JSDoc で型定義を読み込む
Browse files Browse the repository at this point in the history
  • Loading branch information
chalkygames123 committed Mar 23, 2023
1 parent 5d85756 commit 58d4936
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .prettierrc.cjs
@@ -1,5 +1,8 @@
'use strict';

/**
* @type { import('prettier').Config }
*/
module.exports = {
singleQuote: true,
trailingComma: 'all',
Expand Down

0 comments on commit 58d4936

Please sign in to comment.