Skip to content

Commit

Permalink
Style(repo): Ignore static assets and yarn releases from formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Apr 23, 2024
1 parent b595673 commit 529f311
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ packages/**/types/*
packages/**/esm/*
packages/**/cjs/*
packages/**/umd/*
static/assets/icons/react

# Ignoring html files because Prettier prefers closing slash on the end of the tag
# @See: https://github.com/lmc-eu/spirit-design-system/pull/77/files#r764183332
Expand Down Expand Up @@ -33,3 +34,8 @@ packages/**/*.hbs

# Ignore codemods test outputs, because we compare them with generated code which we cannot format
packages/codemods/src/transforms/**/*.output.tsx

# Yarn Modern
# @see: https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.yarn/plugins
.yarn/releases

0 comments on commit 529f311

Please sign in to comment.