Skip to content

Commit

Permalink
chore(): remove unneeded eslint-disable
Browse files Browse the repository at this point in the history
  • Loading branch information
TylorS committed Jan 27, 2016
1 parent 059047b commit 5a017c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions generate-ts-def.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ const start =
declare type HyperScriptHelpers = {`;

/* eslint-disable */
const middle = TAG_NAMES.reduce((accum, tag) => {
return accum + `
${tag}: HyperScriptHelperFn;`;
}, ``);
/* eslint-enable */

const end = `
}
Expand Down

0 comments on commit 5a017c9

Please sign in to comment.