UNPKG

@moxy/eslint-config-react-native-a11y

Version:

MOXY's ESLint accessibility rules for React Native apps

15 lines (12 loc) 326 B
'use strict'; const baseConfig = require('./base-config'); module.exports = Object.assign( { extends: [ '../lib/rules/platforms/rn-059/android', '../lib/rules/platforms/rn-059/ios', '../lib/rules/platforms/rn-059/any', ].map(require.resolve), }, baseConfig );