Skip to content

Commit

Permalink
Merge pull request #151 from ncs-northware/prettier-tailwind/typescript
Browse files Browse the repository at this point in the history
fix(root): Prettier-Anpassungen
  • Loading branch information
onissen authored Nov 14, 2024
2 parents 5964c05 + 9ddff26 commit a26c833
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ pnpm-lock.yaml
# Generated files
.nojekyll

# TypeScript generated
*.tsbuildinfo

# Please ignore ingnore files lol
.gitignore
.prettierignore
Expand All @@ -26,7 +29,6 @@ pnpm-lock.yaml
*.svg
*.mdx
*.sass
tsconfig.json

# The autofix.ci workflow has no permission to change files in .guthub
**/.github/
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"plugins": ["prettier-plugin-tailwindcss"],
"tailwindConfig": "packages/tailwind-config/tailwind.config.js"
"tailwindConfig": "packages/tailwind-config/tailwind.config.ts"
}

0 comments on commit a26c833

Please sign in to comment.