react-native-awesome-button
Version:
A React Native component rendering a button supporting showing different appearances and functionality given the passed props
19 lines (18 loc) • 368 B
Plain Text
{
"parser": "babel-eslint",
"extends": "airbnb",
"globals": {
"__DEV__": true
},
"env": {
"browser": true,
"node": true
},
"rules": {
"comma-dangle": 0,
"spaced-comment": 0,
"new-cap": [2, { "capIsNewExceptions": ["Map"] }],
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }]
},
"plugins": ["react"]
}