UNPKG

eslint-config-themis

Version:

ESLint shareable config for Warby Parker

8 lines (6 loc) 232 B
// Uses recommended settings for plugin. // https://github.com/evcohen/eslint-plugin-jsx-a11y#difference-between-recommended-and-strict-mode module.exports = { plugins: ["jsx-a11y"], extends: ["plugin:jsx-a11y/recommended"] };