Skip to content

Commit

Permalink
Remove Prettier and PostCSS config dotdiles (rules moved to package.j…
Browse files Browse the repository at this point in the history
…son)
  • Loading branch information
benvinegar committed Nov 26, 2024
1 parent 58198b7 commit fc96314
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .prettierrc

This file was deleted.

9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,14 @@
},
"engines": {
"node": ">=20.0.0"
},
"prettier": {
"tabWidth": 4
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
}
}
6 changes: 0 additions & 6 deletions postcss.config.js

This file was deleted.

0 comments on commit fc96314

Please sign in to comment.