This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "xxxxx", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "extends": ["next/core-web-vitals", "plugin:tailwindcss/recommended"], | |
| "plugins": ["unused-imports", "import", "tailwindcss"], | |
| "rules": { | |
| "no-unused-vars": "off", | |
| "tailwindcss/no-custom-classname": [ | |
| 2, | |
| { | |
| "allowedCustomClasses": [""] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "javascript.preferences.importModuleSpecifier": "non-relative", | |
| "editor.formatOnSave": true, | |
| "eslint.useESLintClass": true, | |
| "editor.defaultFormatter": "esbenp.prettier-vscode", | |
| "editor.codeActionsOnSave": [ | |
| "source.addMissingImports", | |
| "source.fixAll.eslint" | |
| ], | |
| "editor.quickSuggestions": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| zennでは動画が上手くあげられなかったのでgithub.gistのコメント欄に動画を貼っています | |
| 記事のリンクは以下になります。 | |
| https://zenn.dev/dk_/articles/300fe4a047d18d |