@konradkierus/react-custom-scroll
Version:
An easily designable, cross browser (!!), custom scroll with ReactJS Animations and scroll rate **exactly** like native scroll
26 lines (25 loc) • 713 B
Plain Text
{
"rules": {
"react/prop-types": 2,
"react/sort-comp": 2,
"arrow-body-style": [2, "as-needed"],
"arrow-parens": [2, "as-needed"],
"arrow-spacing": [2, { "before": true, "after": true }],
"constructor-super": 2,
"generator-star-spacing": [2, {"before": true, "after": false}],
"no-confusing-arrow": 2,
"no-class-assign": 2,
"no-const-assign": 2,
"no-dupe-class-members": 2,
"no-this-before-super": 2,
"no-var": 2,
"one-var": [0, "never"],
"object-shorthand": 2,
"prefer-arrow-callback": 0,
"prefer-const": 2,
"prefer-reflect": [0, { "exceptions": ["apply"] }],
"prefer-spread": 0,
"prefer-template": 2,
"require-yield": 2
}
}