Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@koj/config

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@koj/config

Configuration for Prettier

  • 0.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
36K
decreased by-2.39%
Maintainers
2
Weekly downloads
 
Created
Source

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

Create a Prettier config file .prettierrc.cjs in the project room:

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

Semantic Release

Create a Semantic Release config file release.config.js in the project room:

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

When you want to release:

npx semantic-release

📄 License

  • Code: MIT © Koj

Koj

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

Keywords

FAQs

Package last updated on 17 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc