1
0
Fork 0
docsearch/index.js
Tim Carry f9099dcb3c
chore(lint): Remove .js extension from imports (#483)
ESLint was complaining about having trailing .js extensions in imports
and suggesting removing them as they are the default.
2018-10-05 12:52:39 +02:00

4 lines
109 B
JavaScript

/* eslint-disable import/no-commonjs */
import docsearch from './src/lib/main';
module.exports = docsearch;