The Google Apps Script Starter kit uses these tools under the hood.
All the required extensions are available through the Google Apps Script Extensions Pack for VSCode.
Vite is a build tool that is fast, lightweight and has a simple configuration. Vite is used to bundle the code and deploy it to Google Apps Script.
A popular linting engine that analyzes your JavaScript code for correctness and highlights the errors in real-time before you even compile the code, thus reducing the development time.
A command-line utility for working with Google Apps Script projects. You can develop code locally and push it to production, manage your manifest file, deploy web apps and publish new versions of apps.
This incredibly powerful source code editor from Microsoft provides an integrated development environment and has built-in support for Emmet, Intellisense for code autocompletion, Command Line Terminal, Git integration, Node.js, TypeScript and more.
A code formatter that will beautify your JavaScript, JSON, HTML and CSS stylesheets according to a set of rules and styles widely accepted by programmers.
Developers have their own unique style of writing code. Airbnb's JavaScript style guide outlines how JavaScript code should be written and adheres to the rules.