[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"navigation_en":3,"/docs/formatting-and-linting/overview-data":144},[4,16,91,117,127],{"title":5,"path":6,"stem":7,"children":8,"icon":15},"Getting Started","/docs/get-started","docs/1.get-started/1.index",[9,11],{"title":10,"path":6,"stem":7},"Introduction",{"title":12,"path":13,"stem":14},"Setup","/docs/get-started/setup","docs/1.get-started/2.setup","mage:fast-forward-fill",{"title":17,"icon":18,"path":19,"stem":20,"children":21,"page":90},"Features","ic:baseline-cable","/docs/features","docs/2.features",[22,26,30,34,38,42,46,50,54,58,62,66,70,74,78,82,86],{"title":23,"path":24,"stem":25},"Database","/docs/features/database","docs/2.features/01.database",{"title":27,"path":28,"stem":29},"Authentication","/docs/features/auth","docs/2.features/02.auth",{"title":31,"path":32,"stem":33},"Payments","/docs/features/payments","docs/2.features/03.payments",{"title":35,"path":36,"stem":37},"Admin Panel","/docs/features/admin-panel","docs/2.features/04.admin-panel",{"title":39,"path":40,"stem":41},"AI","/docs/features/ai","docs/2.features/05.ai",{"title":43,"path":44,"stem":45},"Customization","/docs/features/customization","docs/2.features/06.customization",{"title":47,"path":48,"stem":49},"Storage","/docs/features/storage","docs/2.features/07.storage",{"title":51,"path":52,"stem":53},"Email","/docs/features/email","docs/2.features/08.email",{"title":55,"path":56,"stem":57},"Languages","/docs/features/languages","docs/2.features/09.languages",{"title":59,"path":60,"stem":61},"SEO","/docs/features/seo","docs/2.features/10.seo",{"title":63,"path":64,"stem":65},"Blogs","/docs/features/blogs","docs/2.features/11.blogs",{"title":67,"path":68,"stem":69},"Documentation","/docs/features/documentation","docs/2.features/12.documentation",{"title":71,"path":72,"stem":73},"Cron Jobs","/docs/features/cron-jobs","docs/2.features/13.cron-jobs",{"title":75,"path":76,"stem":77},"Error Handling","/docs/features/error-handling","docs/2.features/14.error-handling",{"title":79,"path":80,"stem":81},"Analytics","/docs/features/analytics","docs/2.features/15.analytics",{"title":83,"path":84,"stem":85},"PWA","/docs/features/pwa","docs/2.features/15.pwa",{"title":87,"path":88,"stem":89},"Customer Support","/docs/features/customer-support","docs/2.features/16.customer-support",false,{"title":92,"icon":93,"path":94,"stem":95,"children":96,"page":90},"Tutorials","ic:baseline-library-books","/docs/tutorials","docs/3.tutorials",[97,101,105,109,113],{"title":98,"path":99,"stem":100},"Project Structure","/docs/tutorials/project-structure","docs/3.tutorials/1.project-structure",{"title":102,"path":103,"stem":104},"Page Routes","/docs/tutorials/page-routes","docs/3.tutorials/2.page-routes",{"title":106,"path":107,"stem":108},"API Calls","/docs/tutorials/api-calls","docs/3.tutorials/3.api-calls",{"title":110,"path":111,"stem":112},"State Management","/docs/tutorials/state-management","docs/3.tutorials/4.state-management",{"title":114,"path":115,"stem":116},"Legal Pages by GPT","/docs/tutorials/legal-pages-by-gpt","docs/3.tutorials/5.legal-pages-by-gpt",{"title":118,"icon":119,"path":120,"stem":121,"children":122,"page":90},"Formatting & Linting","ic:baseline-format-align-left","/docs/formatting-and-linting","docs/4.formatting-and-linting",[123],{"title":124,"path":125,"stem":126},"Overview","/docs/formatting-and-linting/overview","docs/4.formatting-and-linting/1.overview",{"title":128,"icon":129,"path":130,"stem":131,"children":132,"page":90},"Deployment","ic:baseline-rocket-launch","/docs/deployment","docs/5.deployment",[133,136,140],{"title":124,"path":134,"stem":135},"/docs/deployment/overview","docs/5.deployment/1.overview",{"title":137,"path":138,"stem":139},"Vercel","/docs/deployment/vercel","docs/5.deployment/2.vercel",{"title":141,"path":142,"stem":143},"Cloudflare Workers","/docs/deployment/cloudflare","docs/5.deployment/3.cloudflare",{"page":145,"surround":289},{"id":146,"title":124,"body":147,"description":281,"extension":282,"head":283,"meta":284,"navigation":285,"ogImage":283,"path":125,"robots":283,"schemaOrg":283,"seo":286,"sitemap":287,"stem":126,"__hash__":288},"docs_en/docs/4.formatting-and-linting/1.overview.md",{"type":148,"value":149,"toc":273},"minimark",[150,155,189,193,239,243,247],[151,152,154],"h3",{"id":153},"tools","Tools",[156,157,158,171,180],"ul",{},[159,160,161,170],"li",{},[162,163,164],"strong",{},[165,166,169],"a",{"href":167,"target":168},"https://eslint.nuxt.com","_blank","Nuxt ESLint",": Checks your code for errors and enforces Nuxt/Vue standards.",[159,172,173,179],{},[162,174,175],{},[165,176,178],{"href":177,"target":168},"https://prettier.io/","Prettier",": Automatically formats your code for a consistent look.",[159,181,182,188],{},[162,183,184],{},[165,185,187],{"href":186,"target":168},"https://github.com/toplenboren/simple-git-hooks","simple-git-hooks",": Runs formatting and linting when you save changes to your project.",[151,190,192],{"id":191},"usage","Usage",[156,194,195,206,215,224,233],{},[159,196,197,200,201,205],{},[162,198,199],{},"Linting",": Run ",[202,203,204],"code",{},"npm run lint"," to check for issues in your code.",[159,207,208,200,211,214],{},[162,209,210],{},"Auto Fix Lint Errors",[202,212,213],{},"npm run lint-fix"," to automatically fix common problems.",[159,216,217,200,220,223],{},[162,218,219],{},"Formatting",[202,221,222],{},"npm run format"," to style your code automatically.",[159,225,226,200,229,232],{},[162,227,228],{},"Full Cleanup",[202,230,231],{},"npm run format:all"," to lint and format your entire codebase in one go.",[159,234,235,238],{},[162,236,237],{},"Auto-Formatting",": Code is automatically linted and formatted when you commit changes.",[151,240,242],{"id":241},"configuration-files","Configuration Files",[244,245,246],"p",{},"Modify these only if you need custom settings:",[156,248,249,255,261,267],{},[159,250,251,254],{},[202,252,253],{},"eslint.config.mjs",": Sets rules for code error checking.",[159,256,257,260],{},[202,258,259],{},".prettierignore",": Lists files to skip during formatting.",[159,262,263,266],{},[202,264,265],{},".prettierrc",": Defines formatting styles (e.g., tabs, quotes).",[159,268,269,272],{},[202,270,271],{},"package.json"," (Git Hooks): Sets up auto-formatting when saving changes.",{"title":274,"searchDepth":275,"depth":275,"links":276},"",2,[277,279,280],{"id":153,"depth":278,"text":154},3,{"id":191,"depth":278,"text":192},{"id":241,"depth":278,"text":242},"Learn how to keep your code clean and consistent using formatting (standardizing code style) and linting (catching code errors).","md",null,{},true,{"title":124,"description":281},{"loc":125},"keXTMEyyxcKDQclN6bIfNOunb2hMMn1LwKafFu4g0go",[290,292],{"title":114,"path":115,"stem":116,"description":291,"children":-1},"Generate Terms of Service and Privacy Policy pages using GPT prompts or the built-in generator tool.",{"title":124,"path":134,"stem":135,"description":293,"children":-1},"Learn how to deploy your app"]