sonht113 / Nextjs-Starter-Setup

πŸš€ Base nextjs typescript with eslint, prettier, husky to clean code, format code and check style code before commit and build project...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My VS-Code settings

{ "git.suggestSmartCommit": false, "git.enableSmartCommit": true, "git.confirmSync": false, "editor.formatOnPaste": true, "editor.formatOnSave": true, "editor.formatOnType": true, "prettier.singleQuote": true, "emmet.includeLanguages": { "javascript": "javascriptreact" }, "emmet.excludeLanguages": [ "markdown" ], "workbench.iconTheme": "material-icon-theme", "json.schemas": [ ], "editor.defaultFormatter": "esbenp.prettier-vscode", "javascript.updateImportsOnFileMove.enabled": "never", "tabnine.experimentalAutoImports": true, "editor.fontSize": 15, "liveshare.authenticationProvider": "GitHub", "diffEditor.ignoreTrimWhitespace": false, "typescript.updateImportsOnFileMove.enabled": "always", "window.zoomLevel": 1, "editor.codeActionsOnSave": { "source.fixAll": true } }

Installed VS Code Plugins

Don't forget to install the plugins:

ES-Lint
Prettier

Additional Documentation

Prettier Options
Es-Lint
Husky
Airbnb Typescript

web-app-teaching-EL-online

About

πŸš€ Base nextjs typescript with eslint, prettier, husky to clean code, format code and check style code before commit and build project...


Languages

Language:Shell 53.1%Language:TypeScript 46.9%