BrianLov's picture
Upload folder using huggingface_hub (part 7)
0b91544 verified
Raw
History Blame Contribute Delete
269 Bytes
/**
* @fileoverview exports for config helpers
* @author Nicholas C. Zakas
*/
"use strict";
const {
defineConfig,
globalIgnores,
includeIgnoreFile,
} = require("@eslint/config-helpers");
module.exports = {
defineConfig,
globalIgnores,
includeIgnoreFile,
};