react-native-fab
Version:
A FAB button component for Android and iOS, customizable, simple and as per material design specs.
15 lines (14 loc) • 388 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"
}
}