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

The **eslint-plugin-no-use-extend-native** is an ESLint plugin that flags any code that accesses properties or methods added to built‑in native prototypes (e.g., `String.prototype.xxx` or `Array.prototype.xxx`) by third‑party libraries. It’s meant for developers who want to avoid relying on patched native objects—ensuring their code stays safe even when those prototypes are later overridden or removed. By adding the rule to an ESLint config, teams can enforce a “no‑use‑extended‑native” coding style across their JavaScript/TypeScript projects.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of dustinspecker/eslint-plugin-no-use-extend-native

Account's avatar
dustinspecker/is-get-set-prop
Does a JS type have a getter/setter property
Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
ESLint parser that allows for linting of experimental syntax transformed by Babel
Account's avatar
babel/babel
Allow parsing of the module assertion attributes in the import statement
Account's avatar
babel/babel
Allow parsing of the module attributes in the import statement
Account's avatar
eslint/eslint
ESLint JavaScript language implementation
Account's avatar
avajs/ava
Node.js test runner that lets you develop with confidence.
Account's avatar
bcoe/c8
output coverage reports using Node.js' built in coverage
Account's avatar
Bartvds/eslint-path-formatter
ESLint formatter with source-map support and absolute paths with row/column on one line.
Account's avatar
eslint-community/eslint-plugin-eslint-plugin
An ESLint plugin for linting ESLint plugins
Account's avatar
Trott/eslint-plugin-new-with-error
Require `throw new Error()` and not `throw Error()`

Support the repos that depend on this repository

Top contributors

dustinspecker's profile
dustinspecker
155 contributions
brettz9's profile
brettz9
14 contributions
greenkeeperio-bot's profile
greenkeeperio-bot
8 contributions
brandon93s's profile
brandon93s
1 contributions
privatenumber's profile
privatenumber
1 contributions
sindresorhus's profile
sindresorhus
1 contributions
niedzielski's profile
niedzielski
1 contributions
dependabot[bot]'s profile
dependabot[bot]
1 contributions
greenkeeper[bot]'s profile
greenkeeper[bot]
1 contributions

Recent events

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

No events yet
dustinspecker

dustinspecker/eslint-plugin-no-use-...

ESLint plugin to prevent use of extended native objects

JavaScript
58
4
MIT License