-
Notifications
You must be signed in to change notification settings - Fork 1
Config
Paul Taylor edited this page Mar 22, 2024
·
4 revisions
Caution
⛔️ THE WIKI IS NO LONGER USED. PLEASE VIEW THE /docs DIRECTORY FOR ANY DOCUMENTATION
browserlisteslintpostcssprettierstylelint
You will need to set the prettier config as prettier does not support the ability to assign a config through code. Add the build tools under the prettier key to your package.json.
{
"name": "my-package",
"version": "1.0.0",
"prettier": "@bigbite/build-tools/configs/prettier",
"dependencies": {}
}Copy/merge the applicable contents of the below files to their respective files in your project.
| From | To | Description |
|---|---|---|
.gitignore.build-tools |
.gitignore |
Build Tools may generate some files that don't need to be committed to a repo. They're listed in here. |