UNPKG

@bcgov-elmsd/eslint-config

Version:

A modern ESLint configuration for JavaScript, TypeScript and React which includes the Airbnb style guide, jsx-a11y and Prettier.

4 lines (3 loc) 121 B
module.exports = { extends: ["./rules/base.js", "./js.js", "./jsx.js", "./ts.js", "./tsx.js"].map(require.resolve) }