Skip to content

Commit

Permalink
chore: ignore vite config timestamp files when prettier linting (#11392)
Browse files Browse the repository at this point in the history
* false positive lint errors be gone

* Update .prettierrc
  • Loading branch information
eltigerchino authored Dec 19, 2023
1 parent 5f052a3 commit 56eb028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
{
"files": [
"**/CHANGELOG.md",
"**/vite.config.js.timestamp-*",
"**/.svelte-kit/**",
"documentation/**/*.md",
"packages/package/test/fixtures/**/expected/**/*",
Expand Down

0 comments on commit 56eb028

Please sign in to comment.