You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's set up all of the things we'll need to begin implementing a GitHub Search as well as an initial set of tools to make our lives easier from a dx perspective.
scaffold vue 3 project with vite
auto imports
auto imports - components
gitignores
dx: eslint
dx: prettier
dx: prettier plugin: sorting imports
dx: editor config
dx: vscode: extension recommendations
The text was updated successfully, but these errors were encountered:
* add our gitignore file
* Let's make our readme file pretty
* initial front-end from scaffolded vite/vue
* customize tsconfig
* add auto import and auto import components
* support prettier and eslinting
* add editor config and reformat according to auto imports, prettier and editorconfig settings
Co-authored-by: Christopher Barr <chris.barr@amwater.com>
Let's set up all of the things we'll need to begin implementing a GitHub Search as well as an initial set of tools to make our lives easier from a dx perspective.
The text was updated successfully, but these errors were encountered: