UNPKG

react-native-dropdown-listpicker

Version:

Seacrchable and fully customizable Muti-purpose dropdown menu for react native

11 lines (10 loc) 235 B
module.exports = { root: true, extends: '@react-native-community', parser: '@typescript-eslint/parser', plugins: ['@typescript-eslint'], rules: { 'no-shadow': 'off', '@typescript-eslint/no-shadow': ['error'], }, };