1.0.2 • Published 2 years ago

@leeorf/prettier-config v1.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@leeorf/prettier-config

My personal Prettier config

Getting started

To install @leeorf/prettier-config in your project, you will need to run the following command using npm:

npm install -D @leeorf/prettier-config

If you prefer Yarn, use the following command instead:

yarn add -D @leeorf/prettier-config

Usage

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:

const prettierConfig = require('@leeorf/prettier-config');

module.exports = prettierConfig;

📝 License

Licensed under the Apache 2.0 License.

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago