web: Add style CI workflow to enforce eslint checks on web module (#1910)

This commit is contained in:
Bowen Liang
2024-01-04 15:37:51 +08:00
committed by GitHub
parent b4a170cb8a
commit a798dcfae9
29 changed files with 141 additions and 102 deletions

View File

@@ -1,6 +1,6 @@
'use client'
import { useTranslation } from "react-i18next"
import { useTranslation } from 'react-i18next'
const DatasetFooter = () => {
const { t } = useTranslation()