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 ota-meshi/eslint-compat-utils

Account's avatar
npm/node-semver
The semantic version parser used by npm.
Account's avatar
ota-meshi/eslint-plugin
ESLint configuration plugin for me.
Account's avatar
svitejs/changesets-changelog-github-compact
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for eslint
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for mocha
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for semver
Account's avatar
gajus/eslint-plugin-jsdoc
JSDoc linting rules for ESLint.
Account's avatar
ota-meshi/eslint-plugin-json-schema-validator
ESLint plugin that validates data using JSON Schema Validator.
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
ota-meshi/eslint-plugin-node-dependencies
ESLint plugin to check Node.js dependencies.
Account's avatar
prettier/eslint-plugin-prettier
Runs prettier as an eslint rule
Account's avatar
ota-meshi/eslint-plugin-yml
This ESLint plugin provides linting rules for YAML.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
bcomnes/npm-run-all2
A CLI tool to run multiple npm-scripts in parallel or sequential. (Maintenance fork)
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
typescript-eslint/typescript-eslint
Tooling which enables you to use TypeScript with ESLint

Support the repos that depend on this repository

Top contributors

renovate[bot]'s profile
renovate[bot]
38 contributions
ota-meshi's profile
ota-meshi
28 contributions
github-actions[bot]'s profile
github-actions[bot]
22 contributions
JounQin's profile
JounQin
1 contributions

Recent events

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

No events yet
ota-meshi

ota-meshi/eslint-compat-utils

TypeScript
3
0
MIT License

**eslint-compat-utils** is a lightweight helper library for authors of ESLint custom rules. It supplies wrapper functions (e.g., `getSourceCode`, `getCwd`, `getFilename`, `getPhysicalFilename`) that expose the newest ESLint APIs while gracefully falling back to older method signatures, letting rule developers write code that works on both current and legacy ESLint versions. It’s aimed at plugin and rule maintainers who need backward‑compatible rule implementations.