Prettier config for the ILO Design System. These docs are a WIP.
npm install -D @ilo-org/prettier-config
You can use this prettier configuration by creating a prettier.config.js
file
in the root of project and using this package in the following way:
import prettierConfig from "@ilo-org/prettier-config";
export default prettierConfig;
Licensed under the Apache 2.0 License.