Skip to content

Commit

Permalink
feat(index): use main module export
Browse files Browse the repository at this point in the history
  • Loading branch information
niieani committed Jun 23, 2016
1 parent c07198e commit 7955f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as path from 'path'
* Tslint loader support for *.ts files
* See: https://github.com/wbuchwalter/tslint-loader
*/
export function eslint(options: any = {}, exclude: Array<string> = null) {
export = function eslint(options: any = {}, exclude: Array<string> = null) {
return function eslint(this: WebpackConfig): WebpackConfig {
return {
module: {
Expand Down

0 comments on commit 7955f30

Please sign in to comment.