Skip to content

Commit 2b22c49

Browse files
committed
fix: lint issue
1 parent 1c6abd2 commit 2b22c49

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

configs/eslint-config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import globals from 'globals'
1717
import tseslint from 'typescript-eslint'
1818

1919
import translateObjProp from './obj-prop-translate.mjs'
20-
import { group } from 'console'
2120

2221
export default tseslint.config(
2322
eslint.configs.recommended,

frontend/components/License.pro.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,4 @@ export default function License({ pluginSlug }: { pluginSlug: string }) {
191191
</If>
192192
</div>
193193
)
194-
}
194+
}

0 commit comments

Comments
 (0)