/ui-config

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

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

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