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

ically fixes problems reported by this rule._ Require type imports to be inline. <details><summary>📖 Examples</summary> The following patterns are considered problems: ```js // Options: [{"message":"Type imports should be inline"}] import type { Foo } from './foo'; // Message: undefined // Options: [{"message":"Type imports should be inline"}] import type { Foo } from './foo'; // Message: undefined ``` The following patterns are not considered problems: ```js import { type Foo } from './foo'; import type { Foo } from './foo'; // Options: [{"message":"Type imports should be inline"}] ``` </details> <a name="user-content-eslint-plugin-canonical-rules-prefer-type-import"></a> <a name="eslint-plugin-canonical-rules-prefer-type-import"></a> ### <code>prefer-type-import</code> _The `--fix` option on the command line automatically fixes problems reported by this rule._ Prefer type imports. <details><summary>📖 Examples</summary> The following patterns are considered problems: ```js import { Foo } from './foo'; // Message: undefined import { Foo, Bar } from './foo'; // Message: undefined import { Foo, Bar } from './foo'; // Message: undefined ```

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of gajus/eslint-plugin-canonical

Account's avatar
typescript-eslint/typescript-eslint
Utilities for working with TypeScript + ESLint together
Account's avatar
es-shims/array-includes
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Account's avatar
debug-js/debug
Lightweight debugging utility for Node.js and the browser
Account's avatar
import-js/eslint-import-resolver-typescript
This plugin adds `TypeScript` support to `eslint-plugin-import`
Account's avatar
import-js/eslint-plugin-import
Core utilities to support eslint-plugin-import and other module-related plugins.
Account's avatar
dustinspecker/is-get-set-prop
Does a JS type have a getter/setter property
Account's avatar
yobacca/natural-orderby
Lightweight and performant natural sorting of arrays and collections by differentiating between unicode characters, numbers, dates, etc.
Account's avatar
benjamn/recast
JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator
Account's avatar
gajus/roarr
JSON logger for Node.js and browser.
Account's avatar
dividab/tsconfig-paths
Load node modules according to tsconfig paths, in run-time or via API.
Account's avatar
semantic-release/commit-analyzer
semantic-release plugin to analyze commits with conventional-changelog
Account's avatar
semantic-release/github
semantic-release plugin to publish a GitHub release and comment on released Pull Requests/Issues
Account's avatar
semantic-release/npm
semantic-release plugin to publish a npm package
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for chance
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
typescript-eslint/typescript-eslint
An ESLint custom parser which leverages TypeScript ESTree
Account's avatar
typescript-eslint/typescript-eslint
Tooling to test ESLint rules
Account's avatar
typescript-eslint/typescript-eslint
Types for the TypeScript-ESTree AST spec
Account's avatar
chancejs/chancejs
Chance - Utility library to generate anything random
Account's avatar
gajus/eslint-config-canonical
Canonical ESLint Shareable Config
Account's avatar
gajus/gitdown
Github markdown preprocessor.
Account's avatar
isaacs/node-glob
the most correct and second fastest glob implementation in JavaScript
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
facebook/react
React is a JavaScript library for building user interfaces.
Account's avatar
semantic-release/semantic-release
Automated semver compliant package publishing
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

Support the repos that depend on this repository

Top contributors

gajus's profile
gajus
235 contributions
brettz9's profile
brettz9
3 contributions
alitas's profile
alitas
1 contributions
luis721's profile
luis721
1 contributions

Recent events

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

No events yet
gajus

gajus/eslint-plugin-canonical

ESLint rules for Canonical ruleset.

TypeScript
150
15
Other