diff --git a/npm/module.js b/npm/module.js index 07dc45452c..6080069b73 100644 --- a/npm/module.js +++ b/npm/module.js @@ -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@