mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:41:21 +08:00
Source-loader: Disable eslint entirely for generated code
This commit is contained in:
parent
e2e544f1ef
commit
eeeac9c36a
@ -37,7 +37,7 @@ export function transform(inputSource) {
|
||||
idsToFrameworks,
|
||||
}) => {
|
||||
const preamble = `
|
||||
/* eslint-disable no-unused-vars,@typescript-eslint/no-unused-vars */
|
||||
/* eslint-disable */
|
||||
// @ts-ignore
|
||||
var withSourceLoader = require('@storybook/source-loader/preview').withSource;
|
||||
// @ts-ignore
|
||||
@ -56,7 +56,7 @@ var __MODULE_DEPENDENCIES__ = ${JSON.stringify(dependencies)};
|
||||
var __LOCAL_DEPENDENCIES__ = ${JSON.stringify(localDependencies)};
|
||||
// @ts-ignore
|
||||
var __IDS_TO_FRAMEWORKS__ = ${JSON.stringify(idsToFrameworks)};
|
||||
/* eslint-enable no-unused-vars,@typescript-eslint/no-unused-vars */
|
||||
/* eslint-enable */
|
||||
`;
|
||||
return insertAfterImports(this, preamble, source);
|
||||
// return `${preamble}${source}`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user