Skip to content

UI project configs for eslint, prettier, postcss, and more to use with git submodules

License

Notifications You must be signed in to change notification settings

blazejsewera/ui-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UI config

Configuration files for ui projects.

Usage

git submodule add https://github.com/blazejsewera/ui-config ./ui/config

or

git submodule add git@github.com:blazejsewera/ui-config.git ./ui/config

where ./ui/config is the path in your repository.

Then, you have to reference those configs from the ui project root. You will find example files in .ref directory.

Remember to clone your repositories with --recursive flag when using ui-config.

If you forget to run with --recursive, you can always init submodules recursively with:

git submodule update --init --recursive

About

UI project configs for eslint, prettier, postcss, and more to use with git submodules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published