Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of joshuakgoldberg/prettier-plugin-curly

Account's avatar
babel/babel
Babel Types is a Lodash-esque utility library for AST nodes
Account's avatar
eslint-community/eslint-plugin-eslint-comments
Additional ESLint rules for ESLint directive comments.
Account's avatar
eslint/eslint
ESLint JavaScript language implementation
Account's avatar
release-it/conventional-changelog
Conventional changelog plugin for release-it
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for eslint-plugin-markdown
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
vitest-dev/vitest
V8 coverage provider for Vitest
Account's avatar
JoshuaKGoldberg/console-fail-test
Gently fails test runs if the console was used during them. 📢
Account's avatar
JoshuaKGoldberg/create-typescript-app
Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 🎁
Account's avatar
streetsidesoftware/cspell
A Spelling Checker for Code!
Account's avatar
gajus/eslint-plugin-jsdoc
JSDoc linting rules for ESLint.
Account's avatar
ota-meshi/eslint-plugin-jsonc
ESLint plugin for JSON, JSONC and JSON5 files.
Account's avatar
eslint-community/eslint-plugin-n
Additional ESLint's rules for Node.js
Account's avatar
michaelfaith/eslint-plugin-package-json
Rules for consistent, readable, and valid package.json files. 🗂️
Account's avatar
ota-meshi/eslint-plugin-regexp
ESLint plugin for finding RegExp mistakes and RegExp style guide violations.
Account's avatar
ota-meshi/eslint-plugin-yml
This ESLint plugin provides linting rules for YAML.
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
webpro-nl/knip
Find and fix unused dependencies, exports and files in your TypeScript and JavaScript projects
Account's avatar
lint-staged/lint-staged
Lint files staged by git
Account's avatar
DavidAnson/markdownlint
A Node.js style checker and lint tool for Markdown/CommonMark files.
Account's avatar
igorshubovych/markdownlint-cli
MarkdownLint Command Line Interface
Account's avatar
matzkoh/prettier-plugin-packagejson
Prettier package.json plugin to make the order of properties nice.
Account's avatar
un-ts/prettier
An opinionated `shellscript` formatter plugin for Prettier, also support simple format of `Dockerfile`, `properties`, `gitignore`, `dotenv`, `hosts`, `jvmoptions`...
Account's avatar
release-it/release-it
Generic CLI tool to automate versioning and package publishing-related tasks.
Account's avatar
JoshuaKGoldberg/sentences-per-line
Utility functions to detect the number of sentences per line in Markdown files. 📐
Account's avatar
rolldown/tsdown
The Elegant Bundler for Libraries
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
typescript-eslint/typescript-eslint
Tooling which enables you to use TypeScript with ESLint
Account's avatar
vitest-dev/vitest
Next generation testing framework powered by Vite

Support the repos that depend on this repository

Top contributors

renovate[bot]'s profile
renovate[bot]
927 contributions
JoshuaKGoldberg's profile
JoshuaKGoldberg
78 contributions
allcontributors[bot]'s profile
allcontributors[bot]
28 contributions
so1ve's profile
so1ve
4 contributions
fisker's profile
fisker
3 contributions
RobinHeidenis's profile
RobinHeidenis
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
joshuakgoldberg

joshuakgoldberg/prettier-plugin-cur...

Prettier plugin to enforce consistent brace style for all control statements. 🥌

TypeScript
71
4
MIT License

prettier-plugin-curly is a Prettier extension that automatically adds curly braces to all control‑flow statements (if, for, while, etc.), enforcing the same “always‑use‑braces” style that ESLint’s `curly: ["error", "all"]` rule provides. It is aimed at JavaScript/TypeScript developers who use Prettier and want consistent brace usage without relying on separate linting steps.