packages/eslint-config-breezr/config/jsx-a11y.js (
8
lines of code) (
raw
):
module.exports = { plugins: [ 'jsx-a11y' ], extends: [ 'plugin:jsx-a11y/recommended' ] };