eslint-plugin-jsx-a11y
Static AST checker for accessibility rules on JSX elements.
Updated by @ljharb
eslint-config-airbnb-base
Airbnb's base JS ESLint config, following our styleguide
Updated by @airbnbeng
is-date-object
Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Updated by @ljharb
is-callable
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
Updated by @ljharb
eslint-import-resolver-node
Node default behavior import resolution plugin for eslint-plugin-import.
Updated by @jfmengels
object.assign
ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
Updated by @ljharb
babel-plugin-dynamic-import-node
Babel plugin to transpile import() to a deferred require(), for node
Updated by @airbnbeng