Files
memecoin-botV2/.pnpm-store/v10/files/7b/e170aaeffc08248389145c59f49607abe25440d69893c93e673d03f6e511eb45e69181573a7bead78018a31848b96a1fccc3316e8ee621602338e69b90cd98

22 lines
714 B
Plaintext

/**
* @fileoverview APIs that are not officially supported by ESLint.
* These APIs may change or be removed at any time. Use at your
* own risk.
* @author Nicholas C. Zakas
*/
"use strict";
//-----------------------------------------------------------------------------
// Requirements
//-----------------------------------------------------------------------------
const { shouldUseFlatConfig } = require("./eslint/eslint");
const builtinRules = require("./rules");
//-----------------------------------------------------------------------------
// Exports
//-----------------------------------------------------------------------------
module.exports = { builtinRules, shouldUseFlatConfig };