Skip to content

Commit 415e552

Browse files
committed
Disable eslint when bundle with docs
1 parent 4ac14ee commit 415e552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rollup.development.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ export default Object.assign({}, ProductionConfig, {
66
...ProductionConfig.output,
77
file: './dev/index.js',
88
sourcemap: true,
9-
banner: null
9+
banner: '/* eslint-disable */' // disable eslint when bundle with docs.
1010
}
1111
})

0 commit comments

Comments
 (0)