Skip to content

Commit

Permalink
Instruct ESLint to ignore Janus JS module contents when linting your …
Browse files Browse the repository at this point in the history
…project.

This change makes the generated JS modules easier to consume in your project, now it really should be just a drop-in.
  • Loading branch information
cmacq2 committed Dec 8, 2017
1 parent 7f01386 commit 469178e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion npm/module.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/* eslint-disable */
/*
* Module shim for rollup.js to work with.
* Simply re-export Janus from janus.js, the real 'magic' is in the rollup config
* Simply re-export Janus from janus.js, the real 'magic' is in the rollup config.
*
* Since this counts as 'autogenerated' code, ESLint is instructed to ignore the contents of this file when linting your project.
*/

@JANUS_CODE@
Expand Down

0 comments on commit 469178e

Please sign in to comment.