UNPKG

@byndyusoft/eslint-config

Version:
9 lines (8 loc) 222 B
module.exports = { extends: ['plugin:jsx-a11y/recommended'], plugins: ['jsx-a11y'], rules: { 'jsx-a11y/click-events-have-key-events': 'off', 'jsx-a11y/accessible-emoji': 'warn' } };