UNPKG

@vlsergey/react-bootstrap-error-boundary

Version:

Ready-to-use error boundary with Bootstrap Alert as error text display

14 lines (13 loc) 327 B
/* eslint-disable */ const imported = require( '@vlsergey/js-config' ).eslint; module.exports = { ...imported, parserOptions: { ...imported, project: [ './tsconfig.json', './src/tsconfig.json', './test/tsconfig.json' ], }, rules: { ...imported.rules, 'import/no-unused-modules': 0, }, };