@divanov/infinite-react-carousel
Version:
Infinite carousel for react
23 lines • 422 B
Plain Text
{
"parser": "babel-eslint",
"extends": [
"airbnb"
],
"env": {
"browser": true,
"node": true
},
"rules": {
"no-console": "off",
"comma-dangle": "off",
"react/jsx-filename-extension": "off",
"react/forbid-prop-types": "off",
"react/jsx-props-no-spreading": "off",
"react/jsx-fragments": [true, "syntax"],
"indent": [
2,
2,
{ "SwitchCase": 1 }
]
}
}