mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2025-12-23 04:41:58 +00:00
Prettier install & format
This commit is contained in:
@@ -11,6 +11,7 @@ This project uses `devenv.nix` to manage the development environment, which will
|
|||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
1. Clone the repository:
|
1. Clone the repository:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/Cian-H/am-d-model.eu.git
|
git clone https://github.com/Cian-H/am-d-model.eu.git
|
||||||
cd am-d-model.eu
|
cd am-d-model.eu
|
||||||
@@ -54,4 +55,3 @@ implemented in future but for now, simplicity is a virtue.
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
||||||
|
|
||||||
|
|||||||
@@ -39,6 +39,5 @@ networks:
|
|||||||
am-d-model-network:
|
am-d-model-network:
|
||||||
name: am-d-model-network
|
name: am-d-model-network
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
caddy_data:
|
caddy_data:
|
||||||
|
|||||||
8
prettier.config.js
Normal file
8
prettier.config.js
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
const config = {
|
||||||
|
singleQuote: false,
|
||||||
|
tabWidth: 4,
|
||||||
|
trailingComma: "all",
|
||||||
|
printWidth: 100,
|
||||||
|
};
|
||||||
|
|
||||||
|
export default config;
|
||||||
Reference in New Issue
Block a user