Skip to content

Commit

Permalink
Fix: format command doesn't work (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano authored Dec 2, 2023
1 parent d318d5c commit 3b72ddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const config = {
printWidth: 100,
bracketSpacing: true,
parenSpacing: true,
parser: 'typescript',
bracketSameLine: false,
};

Expand Down
9 changes: 2 additions & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
"resolveJsonModule": true,
"skipLibCheck": true
},
"include": [
"src/**/*",
"src/**/*.json"
],
"exclude": [
"**/build/**",
]
"include": [ "src/**/*", "src/**/*.json" ],
"exclude": [ "**/build/**" ]
}

0 comments on commit 3b72ddf

Please sign in to comment.