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.

11 lines (10 loc) 156 B
module.exports = { env: { browser: true, es6: true, jest: true }, parserOptions: { sourceType: "module" } }