@nationalbankbelgium/code-style
Version:
Front-End code style
16 lines (10 loc) • 328 B
Markdown
<h1 align="center">
code style - Prettier 3.2.x
</h1>
This sub-package hosts the [Prettier](https://prettier.io) configuration for version 3.2.x.
Create a `.prettierrc.js` file and copy the following content inside:
```js
module.exports = require("@nationalbankbelgium/code-style/prettier/3.2.x");
```