@personare/react-freshdesk-widget
Version:
A component of React for use the Freshdesk Widget
20 lines (19 loc) • 424 B
JSON
{
"extends": "airbnb",
"plugins": [
"react",
"jsx-a11y"
],
"rules": {
"no-console": 2,
"comma-dangle": ["error", "only-multiline"],
"indent": ["error", 4],
"react/jsx-indent": [2, 4],
"react/jsx-indent-props": [2, 4],
"prefer-arrow-callback": [
"error", {
"allowNamedFunctions": true
}
]
}
}