Skip to content

Commit

Permalink
fix: fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
wei3erHase committed Oct 1, 2024
1 parent 7fd8039 commit 8eae48c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions js/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export default [{
'import/first': ['error'],
'import/no-commonjs': ['error'],
'import/namespace': ['warn'],
'import/default': ['warn'],

'import/order': ['error', {
groups: [['internal', 'external', 'builtin'], ['index', 'sibling', 'parent']],
Expand Down
6 changes: 3 additions & 3 deletions js/rollup.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {typescript} from '@rollup/plugin-typescript';
import {commonjs} from '@rollup/plugin-commonjs';
import {terser} from '@rollup/plugin-terser';
import typescript from '@rollup/plugin-typescript';
import commonjs from '@rollup/plugin-commonjs';
import terser from '@rollup/plugin-terser';

export default {
input: 'src/index.ts',
Expand Down

0 comments on commit 8eae48c

Please sign in to comment.