@vlsergey/react-bootstrap-pagination
Version:
Ready-to-use wrapper for react-bootstrap Pagation component
21 lines (19 loc) • 344 B
JavaScript
/* eslint-env node */
module.exports = {
env: {
browser: true,
es6: true,
},
globals: {
// for test:
afterEach: true,
beforeEach: true,
describe: true,
it: true,
},
plugins: ['promise'],
rules: {
/* JSX props should not use arrow functions */
'react/jsx-no-bind': 0,
},
};