/home/techb158/balavpn.abdallabala.com/node_modules/next/dist/lib/eslint
NameSizeModeActions
customFormatter.d.ts6700666editdlrm
customFormatter.js36520666editdlrm
customFormatter.js.map58710666editdlrm
getESLintPromptValues.d.ts4710666editdlrm
getESLintPromptValues.js15230666editdlrm
getESLintPromptValues.js.map14280666editdlrm
hasEslintConfiguration.d.ts3030666editdlrm
hasEslintConfiguration.js12170666editdlrm
hasEslintConfiguration.js.map20600666editdlrm
runLintCheck.d.ts9010666editdlrm
runLintCheck.js170310666editdlrm
runLintCheck.js.map242740666editdlrm
writeDefaultConfig.d.ts3370666editdlrm
writeDefaultConfig.js37690666editdlrm
writeDefaultConfig.js.map35640666editdlrm
writeOutputFile.d.ts2490666editdlrm
writeOutputFile.js32650666editdlrm
writeOutputFile.js.map26650666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/next/dist/lib/eslint/getESLintPromptValues.js (1523B)
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); 0 && (module.exports = { getESLintPromptValues: null, getESLintStrictValue: null }); function _export(target, all) { for(var name in all)Object.defineProperty(target, name, { enumerable: true, get: all[name] }); } _export(exports, { getESLintPromptValues: function() { return getESLintPromptValues; }, getESLintStrictValue: function() { return getESLintStrictValue; } }); const _findup = /*#__PURE__*/ _interop_require_default(require("next/dist/compiled/find-up")); function _interop_require_default(obj) { return obj && obj.__esModule ? obj : { default: obj }; } const getESLintStrictValue = async (cwd)=>{ const tsConfigLocation = await (0, _findup.default)('tsconfig.json', { cwd }); const hasTSConfig = tsConfigLocation !== undefined; return { title: 'Strict', recommended: true, config: { extends: hasTSConfig ? [ 'next/core-web-vitals', 'next/typescript' ] : 'next/core-web-vitals' } }; }; const getESLintPromptValues = async (cwd)=>{ return [ await getESLintStrictValue(cwd), { title: 'Base', config: { extends: 'next' } }, { title: 'Cancel', config: null } ]; }; //# sourceMappingURL=getESLintPromptValues.js.map