react-intro-slider
Version:
`Simple and configurable app introduction slider for react`
19 lines (18 loc) • 400 B
JSON
{
"extends": [
"airbnb",
"plugin:prettier/recommended",
"plugin:jsx-a11y/recommended"
],
"plugins": ["prettier", "jsx-a11y"],
"parser": "babel-eslint",
"env": {
"browser": true,
"jest": true
},
"rules": {
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
"react/forbid-prop-types": "off",
"react/require-default-props": "off"
}
}