Skip to content

Commit

Permalink
Prettierの設定をESMにする
Browse files Browse the repository at this point in the history
  • Loading branch information
ciffelia committed Dec 5, 2023
1 parent 964cd32 commit f31f3d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions prettier.config.cjs → prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module.exports = {
/** @type {import("prettier").Config} */
export default {
semi: false,
singleQuote: true,
plugins: [require.resolve('prettier-plugin-astro')],
plugins: ['prettier-plugin-astro'],
overrides: [
{
files: '*.astro',
Expand Down

0 comments on commit f31f3d9

Please sign in to comment.