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 lukastaegert/eslint-plugin-tree-shaking

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
conventional-changelog/commitlint
Lint your commit messages
Account's avatar
conventional-changelog/commitlint
Shareable commitlint config enforcing the angular commit convention
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for eslint
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for estree
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for estree-jsx
Account's avatar
typescript-eslint/typescript-eslint
An ESLint custom parser which leverages TypeScript ESTree
Account's avatar
babel/babel-eslint
Custom parser for ESLint
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
mysticatea/eslint-plugin-node
Additional ESLint's rules for Node.js
Account's avatar
prettier/eslint-plugin-prettier
Runs prettier as an eslint rule
Account's avatar
eslint-community/eslint-plugin-promise
Enforce best practices for JavaScript promises
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
lint-staged/lint-staged
Lint files staged by git
Account's avatar
rollup/rollup
Next-generation ES module bundler
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
vitest-dev/vitest
Next generation testing framework powered by Vite

Support the repos that depend on this repository

Top contributors

lukastaegert's profile
lukastaegert
87 contributions
pd4d10's profile
pd4d10
22 contributions
greenkeeper[bot]'s profile
greenkeeper[bot]
19 contributions
dependabot[bot]'s profile
dependabot[bot]
14 contributions
maclockard's profile
maclockard
2 contributions
ziacik's profile
ziacik
1 contributions
motiko's profile
motiko
1 contributions
neal-codaio's profile
neal-codaio
1 contributions

Recent events

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

No events yet
lukastaegert

lukastaegert/eslint-plugin-tree-sha...

Marks side-effects in module initialization that would interfere with tree-shaking

TypeScript
209
11
MIT License

The **eslint-plugin-tree-shaking** is an ESLint plugin that flags code‑level side‑effects occurring during module initialization—such as assignments to globals or calls to unknown functions—that can prevent bundlers like Rollup or Webpack from safely tree‑shaking unused code. It’s aimed at library authors and developers who want early, editor‑integrated warnings about patterns that may break tree‑shaking, with configurable whitelists and magic‑comment overrides.