Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@koj/config

koj-co190.1kMIT1.2.11TypeScript support: included

Common configuration files for Koj projects

MIT

readme

🛠️ Koj config files

This repository contains the common configuration files for Koj projects.

💻 Usage

Install the package as a dev dependency from npm:

npm install --save-dev @koj/config

Prettier

Our Prettier configuration keeps all defaults with the exception of print width, which is set at 100 characters rather than 80. To use this configuration, create a Prettier config file .prettierrc.cjs in the project root:

module.exports = require("@koj/config").prettier;

Semantic Release

We use Semantic Release for automated deployments of our packages. Our configuration adds support for Gitmoji commits, creating release notes with a CHANGELOG.md, and publishing to GitHub and npm.

Create a Semantic Release config file release.config.js in the project room. If you want to release the master or production branches, you can use the import directly:

module.exports = require("@koj/config").master;

Alternately, you can specify the branch you want to release:

module.exports = require("@koj/config").release("branch-name");

📄 License

Koj

An open source project by Koj.
Furnish your home in style, for as low as CHF175/month →

changelog

v1.2.11 (2020-12-02)

📝 Release notes · 💻 Compare · 🔖 Tag · 🗄️ Archive (zip · tar.gz)

🐛 Bug fixes

  • 8cf17e7 Add all release detail links to single line

v1.2.10 (2020-12-02)

📝 Release notes · 💻 Compare · 🔖 Tag · 🗄️ Archive (zip · tar.gz)

♻️ Updates

  • e3ea72f Add links to release info

v1.2.9 (2020-11-17)

♻️ Updates

  • 60ceb37 Use package instead of rocket for patch release

v1.2.8 (2020-11-04)

♻️ Updates

  • e63219f Add "rocket" (deploy) as patch to trigger semantic release

v1.2.7 (2020-10-29)

♻️ Updates

  • dc8feef Add dependency updates to CHANGELOG template

v1.2.6 (2020-10-28)

♻️ Updates

  • b56bf02 Use H2 instead of H1 in release notes

v1.2.5 (2020-09-25)

♻️ Updates

  • fb30f11 Change print width to 100

🐛 Bug fixes

  • 0f555c3 Don't publish if token is available

v1.2.4 (2020-09-23)

♻️ Updates

  • 910bae4 Remove newline in #each block

v1.2.3 (2020-09-21)

♻️ Updates

v1.2.2 (2020-09-20)

🐛 Bug fixes

  • d0a6b84 Add package.json, package-lock.json to assets

v1.2.1 (2020-09-20)

🐛 Bug fixes