@soufit/prettier-config
v1.0.2
Published
Prettier configuration for Souf IT projects.
Downloads
2
Readme
About 📖
This repository contains multiple Prettier configurations for different types of projects.
Getting Started 🐦
Installation 📦
Install the package as a dev dependency in your project.
# With yarn
yarn install -D @soufit/prettier-config
# With NPM
npm install --save-dev @soufit/prettier-configAfter installing the package, you can use the configuration in your Prettier configuration file. You can specify the prefix in the import statement to use a specific configuration.
const globalConfig = require('@soufit/prettier-config/global');
module.exports = globalConfig;License 📜
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for more information.
