react-native-snackbar-component
Version:
A snackbar component for Android and iOS
18 lines (17 loc) • 463 B
JSON
{
"parser": "babel-eslint",
"extends": "airbnb",
"rules": {
"no-confusing-arrow": "off",
"no-shadow": "off",
"no-param-reassign": "off",
"import/no-unresolved": "off",
"import/extensions": "off",
"import/no-extraneous-dependencies": "off",
"react/jsx-filename-extension": "off",
"react/sort-comp": "off",
"no-use-before-define": "off",
"react/destructuring-assignment": "off",
"jsx-a11y/img-has-alt": "off"
}
}