Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit fe57f29

Browse files
committed
lint fix
1 parent aacb0b7 commit fe57f29

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

token-lending/js/rollup.config.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,5 @@ export default {
1313
watch: {
1414
include: 'src/**',
1515
},
16-
plugins: [
17-
typescript({ exclude: ['rollup.config.ts'] }),
18-
commonjs(),
19-
nodeResolve(),
20-
],
16+
plugins: [typescript({ exclude: ['rollup.config.ts'] }), commonjs(), nodeResolve()],
2117
};

0 commit comments

Comments
 (0)