This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@bootcamp-project/prettier-config
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

Ready-to-use Prettier Configuration

with best practice settings by default

🦄 About 🦄

Description

Project Links

Minimum Viable Product: What is what we want?

  • What are the goals?
    • [ ] Goal #1
    • [ ] Goal #2
    • [ ] Goal #3
  • Sense (Why do these goals exist?)
    • [ ] Explanation #1
    • [ ] Explanation #2
    • [ ] Explanation #3
  • Purpose (What should be done with it?)
    • [ ] Use Case #1
    • [ ] Use Case #2
    • [ ] Use Case #3

🚀 Getting Started 🚀

💪 Installation 💪

npm install --safe-dev prettier @bootcamp-project/prettier-config
# or
yarn add --dev prettier @bootcamp-project/prettier-config

🤩 Usage 🤩

TBCP Best Practice

See TBCP default Prettier settings

// .prettierrc.js
'use strict';

const PrettierConfig = require('@bootcamp-project/prettier-config').PrettierConfig
module.exports = PrettierConfig

If you want more...

// .prettierrc.js
'use strict';

const PrettierConfig = require('@bootcamp-project/prettier-config').PrettierConfig
module.exports = {
  ...PrettierConfig, // Takes the TBCP base settings
  // ...
  // add your own Prettier settings here
  // ...
}

⭐️ Features ⭐️

😎 Built With 😎

prettier JavaScript tbcp

🏆 Acknowledgements 🏆

Thanks for these awesome resources that were used during the development of the Bootcamp: Prettier Configuration:

📑 Changelog 📑

See CHANGELOG for more information.

📋 Roadmap 📋

See the open issues for a list of proposed features (and known issues).

🤝 Contribute 🤝

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

Please read the contribution guidelines first.

  1. Give us a star, it's really important! 😅
  2. Fork the Project: (git clone https://gitlab.com/the-bootcamp-project/configurations/prettier.git)
  3. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  4. Commit your Changes (git commit -m 'Add some AmazingFeature')
  5. Push to the Branch (git push origin feature/AmazingFeature)
  6. Open a Pull Request

📜 License 📜

See LICENSE for more information.

💌 Contact 💌

Bootcamp contributors - contributors @ bootcamp-project .com

Package Sidebar

Install

npm i @bootcamp-project/prettier-config

Weekly Downloads

3

Version

1.1.1

License

MIT

Unpacked Size

20 kB

Total Files

10

Last publish

Collaborators

  • bootcamp-project