Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
guanbinrui committed Mar 6, 2024
1 parent 6c4c071 commit 98f4925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ build/

# Ignore locales
*.po
src/locales/**/*.mjs

# Ignore all files of a specific type in a specific directory
public/*.html
Expand Down
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const config = {
);

return config;
}
},
};

export default config;

0 comments on commit 98f4925

Please sign in to comment.