eslint-plugin-agrid-js
v0.0.1
Published
This package contains custom ESLint rules for Agrid's JS codebase.
Readme
Agrid JS Custom ESLint rules
This package contains custom ESLint rules for Agrid's JS codebase.
For example, we have a number of functions that check types like isNull or isBoolean.
In most projects these don't help very much but since agrid-js is bundled and included in many different projects,
we want to ensure the bundle size is as small as possible. Moving to these functions reduced bundle by 1%, so we
use a set of custom linters to ensure we don't accidentally add new code that does not use these helpers.
