tuandunghcmut's picture
Upload folder using huggingface_hub
0a0c420 verified
import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';
export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
);