Skip to content

Commit 9f90d82

Browse files
committed
fix: linting and enable es6
1 parent ea9bd01 commit 9f90d82

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/esbuild-plugin/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = {
1111
},
1212
env: {
1313
node: true,
14+
es6: true,
1415
},
1516
settings: {
1617
jest: {

packages/integration-tests/fixtures/metadata-with-debug-id/input/bundle.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-member-access */
12
// Output both debug IDs and metadata to verify both features work together
23
// eslint-disable-next-line no-console
34
console.log(

0 commit comments

Comments
 (0)