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

"lint-staged": { "*.ts": "tsc --noEmit" } ``` **After:** ```js // .lintstagedrc.js export default { '*.ts': () => 'tsc --noEmit' } ``` Alternatively, you can run `tsc` without any arguments to have it pick up the project's `tsconfig.json`: ```js // .lintstagedrc.js export default { '*.ts': () => 'tsc' } ``` ### How can I use `lint-staged` with `pnpm`? <details> <summary>Click to expand</summary> You can use `lint-staged` with `pnpm` by installing it as a dev dependency and using `npx lint-staged` in your husky hooks. ```json { "scripts": { "prepare": "husky install" }, "devDependencies": { "husky": "^7", "lint-staged": "^13" } } ``` ```shell # .husky/pre-commit npx lint-staged ``` </details> ### How can I use `lint-staged` with `bun`? <details> <summary>Click to expand</

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of itsnickbarry/lint-staged

Account's avatar
tj/commander.js
the complete solution for node.js command-line programs
Account's avatar
debug-js/debug
Lightweight debugging utility for Node.js and the browser
Account's avatar
antonk52/lilconfig
A zero-dependency alternative to cosmiconfig
Account's avatar
listr2/listr2
Terminal task list reborn! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.
Account's avatar
simonepri/pidtree
Cross platform children list of a PID
Account's avatar
mccormicka/string-argv
string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.
Account's avatar
eemeli/yaml
JavaScript parser and stringifier for YAML
Account's avatar
conventional-changelog/commitlint
Lint your commit messages
Account's avatar
conventional-changelog/commitlint
Shareable commitlint config enforcing conventional commits
Account's avatar
eslint/eslint
ESLint JavaScript language implementation
Account's avatar
ttmarek/consolemock
A tool for testing console logs
Account's avatar
kentcdodds/cross-env
Run scripts that set and use environment variables across platforms
Account's avatar
jest-community/eslint-plugin-jest
ESLint rules for Jest
Account's avatar
eslint-community/eslint-plugin-n
Additional ESLint's rules for Node.js
Account's avatar
prettier/eslint-plugin-prettier
Runs prettier as an eslint rule
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
ikatyang-collab/jest-snapshot-serializer-ansi
jest snapshot serializer for stripping ANSI escape codes
Account's avatar
caitp/node-mock-stdin
Mock STDIN file descriptor in Node.js
Account's avatar
npm/node-semver
The semantic version parser used by npm.
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

iiroj's profile
iiroj
496 contributions
okonet's profile
okonet
294 contributions
sudo-suhas's profile
sudo-suhas
42 contributions
github-actions[bot]'s profile
github-actions[bot]
28 contributions
greenkeeper[bot]'s profile
greenkeeper[bot]
22 contributions
luftywiranda13's profile
luftywiranda13
19 contributions
greenkeeperio-bot's profile
greenkeeperio-bot
15 contributions
cameronhunter's profile
cameronhunter
13 contributions
sapegin's profile
sapegin
7 contributions
ybiquitous's profile
ybiquitous
5 contributions

Recent events

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

No events yet
itsnickbarry

itsnickbarry/lint-staged

🚫💩 — Run tasks like formatters and linters against staged git files

JavaScript
0
0
MIT License