Skip to content

khanhngn-dev/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config

This repo contains a collection of config files for different types of projects. Each config is a standalone set of files that can be copied to a project and used as is, or modified as needed.

Available configs

  • Shared:
    • Shared config for all projects
    • .prettierrc
    • .gitignore
    • .editorconfig
  • NextJS:
    • TypeScript
    • Path aliases ("@/*")
    • ESLint: ignore unnecessary error (<Image/> component)
  • Node + TS:
    • Support for TypeScript
    • ESM modules
    • Hot reloading using nodemon and ts-node
    • ESLint
    • Path aliases ("@/*") with tsconfig-paths

How to use

  • Copy the desired config to your project
  • Modify the config files as needed
  • Install the required dependencies
  • Start coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published