Skip to content

Commit

Permalink
chore: update prettier.config.js to ignore package.json and pnpm-lock…
Browse files Browse the repository at this point in the history
….yaml
  • Loading branch information
CarlosPavajeau committed May 14, 2024
1 parent 9ee6feb commit 515015b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('prettier').Config & import('prettier-plugin-tailwindcss').PluginOptions} */
const config = {
plugins: ["prettier-plugin-tailwindcss"],
ignorePatterns: ["package.json", "pnpm-lock.yaml"],
};

export default config;

0 comments on commit 515015b

Please sign in to comment.