UNPKG

react-customscroll

Version:

This is a tiny React component for scroll bar customization, without dependencies but with a lot of features.

12 lines (8 loc) 201 B
const {makeConfig} = require('@rockpack/codestyle'); const config = makeConfig(); config.push({ rules: { '@typescript-eslint/no-unsafe-function-type': 'off', }, }); module.exports = config;