UNPKG

eslint-config-xo-preact

Version:

ESLint shareable config for Preact to be used with eslint-config-xo

14 lines (13 loc) 199 B
'use strict'; module.exports = { extends: 'xo-react', settings: { react: { pragma: 'h' } }, rules: { 'react/no-unknown-property': [2, {ignore: ['class']}], 'react/prop-types': 0 } };