Package Exports
- @bootcamp-project/typescript-config
- @bootcamp-project/typescript-config/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@bootcamp-project/typescript-config) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Ready-to-use TypeScript Configuration
with Security-first and ESLint 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 typescript @bootcamp-project/typescript-config
# or
yarn add --dev typescript @bootcamp-project/typescript-config🤩 Usage 🤩
// .eslintrc.js
'use strict';
const ESLintConfig = require('@bootcamp-project/typescript-config').ESLintTypeScript
module.exports = ESLintConfigIf you want more...
// .eslintrc.js
'use strict';
const ESLintConfig = require('@bootcamp-project/typescript-config').ESLintTypeScript
module.exports = {
...ESLintConfig, // Takes the TBCP base settings
// ...
// add your own ESLint settings here
// ...
}⭐️ Features ⭐️
- Latest preinstalled Dependencies by default
- Security-first production ready configuration by default
- Extensive configuration documentation
😎 Built With 😎
🏆 Acknowledgements 🏆
Thanks for these awesome resources that were used during the development of the Bootcamp: TypeScript 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.
- Give us a star, it's really important! 😅
- Fork the Project: (
git clone https://gitlab.com/the-bootcamp-project/configurations/typescript.git) - Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
📜 License 📜
See LICENSE for more information.
💌 Contact 💌
Bootcamp contributors - contributors @ bootcamp-project .com