UNPKG

@personare/react-freshdesk-widget

Version:
20 lines (19 loc) 424 B
{ "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 } ] } }