Files
memecoin-botV2/.pnpm-store/v10/files/f4/800e32615d4a1cf3bb5b9983aaa6dbfdc5064ca93af8024b077877014e164da0cbd500c2d2a467fb5e20d88bbfac29ce1ce02d77b42e63a91e0cbdbbf36103

19 lines
269 B
Plaintext

/**
* @fileoverview exports for config helpers
* @author Nicholas C. Zakas
*/
"use strict";
const {
defineConfig,
globalIgnores,
includeIgnoreFile,
} = require("@eslint/config-helpers");
module.exports = {
defineConfig,
globalIgnores,
includeIgnoreFile,
};