Skip to content

Commit

Permalink
Source-loader: Disable linting altogether (#9417)
Browse files Browse the repository at this point in the history
Source-loader: Disable linting altogether
  • Loading branch information
shilman committed Jan 14, 2020
2 parents 31365c1 + 06dbf2a commit 57aed62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/source-loader/src/server/build.js
Expand Up @@ -56,7 +56,6 @@ var __MODULE_DEPENDENCIES__ = ${JSON.stringify(dependencies)};
var __LOCAL_DEPENDENCIES__ = ${JSON.stringify(localDependencies)};
// @ts-ignore
var __IDS_TO_FRAMEWORKS__ = ${JSON.stringify(idsToFrameworks)};
/* eslint-enable */
`;
return insertAfterImports(this, preamble, source);
// return `${preamble}${source}`;
Expand Down

1 comment on commit 57aed62

@vercel
Copy link

@vercel vercel bot commented on 57aed62 Jan 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.