Skip to content

Commit

Permalink
Use prettier.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
venables committed Mar 24, 2023
1 parent 93c7dc9 commit db5e855
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
],
overrides: [
/**
* Config files (e.g. jest.config.js, tailwind.config.js)
* Config files (ex: jest.config.js, prettier.config.js, tailwind.config.js)
*/
{
files: ["*.config.js"],
Expand Down
4 changes: 0 additions & 4 deletions .prettierrc.json

This file was deleted.

5 changes: 5 additions & 0 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/** @type {import('prettier').Config} */
module.exports = {
semi: false,
trailingComma: "none"
}

0 comments on commit db5e855

Please sign in to comment.