- change absolute import
Changed path to import modules under the src directory. When you use src/hooks/useCounter
in React component, for example:
// before
import useCounter from '~/src/hooks/useCounter'
// after
import useCounter from '@/hooks/useCounter'
- solve a storybook warning
- refactor: move style.css to assets
- fix command on commit
- add quiet option to start-storybook command
- update Next.js to v11
- update dependencies
- apply eslint-config-next
- add lint, tsc check to ci
- update tailwindcss module
- update Next.js, react, react-dom
- run husky on commit
- run jest on jsdom environment
- remove unused modules
- use storybook with webpack5
- use green color instead of teal which was removed from tailwindcss v2
- use yarn.lock instead of package-lock.json
- update README.md
- fix: remove unused github workflow
- breaking: update Next.js, React, Tailwind CSS etc.
- breaking: update tailwind.config.js and postcss.config.js
- simplify eslint settings
- apply typescript strict mode
- remove unused files
- improvement: update Next.js v10, React v17, Tailwind CSS v1.9
- improvement: apply absolute import
- refactor: simplify pre-commit hook
- improvement: update Next.js version to 9.5.4
- improvement: change _app.js and index.js to tsx file
- fix: remove bug from component script
- improvement: Remove unused component
- improvement: Fix Next.js version as 9.5.3
release