rn-parallax-swiper
Version:
Full Screen Parallax Swiper Allowing Arbitrary UI Injection
31 lines (30 loc) • 756 B
JSON
{
"parser": "babel-eslint",
"env": {
"browser": true,
"node": true
},
"extends": "airbnb",
"plugins": [
"react",
"react-native",
"jsx-a11y",
"import",
"class-property",
"prefer-class-properties"
],
"rules": {
"no-use-before-define": 0,
"no-underscore-dangle": 0,
"import/no-named-as-default": 0,
"react/jsx-filename-extension": 0,
"react-native/no-unused-styles": 2,
"react-native/split-platform-components": 2,
"react-native/no-inline-styles": 2,
"react-native/no-color-literals": 0,
"class-property/class-property-semicolon": 2,
"prefer-class-properties/prefer-class-properties": 2,
"react/require-default-props": 0,
"max-len": ["error", 80]
}
}