aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* build: override operator-linebreak ruleArmand Philippot2021-10-241-3/+8
| | | | This rule was in conflict with Prettier.
* build: ignore hmr filesArmand Philippot2021-10-241-0/+1
|
* build: update stylelint rules with stylelint-config-prettierArmand Philippot2021-10-241-1/+5
|
* chore: add stylesArmand Philippot2021-10-2425-0/+1135
|
* chore: add fonts and imagesArmand Philippot2021-10-2442-0/+651
|
* chore: define projects listArmand Philippot2021-10-241-0/+77
|
* chore: convert index to html file instead of php fileArmand Philippot2021-10-245-288/+58
| | | | | | I need to translate some strings in a JS file. So instead of dealing with two way to translate the whole app I think it is easier to stick with a single way.
* build: add babel runtime to use async functionsArmand Philippot2021-10-243-1/+16
|
* chore: add php template and includes (config, i18n and utils)Armand Philippot2021-10-204-0/+288
|
* build: set prettier config and update stylelint rulesArmand Philippot2021-10-202-2/+54
|
* build: fix webpack runtime configArmand Philippot2021-10-191-0/+3
| | | | | Some errors occured when updating scss files. It seems to be a runtime issue: by adding a single runtime I no longer have errors.
* chore: add js small apps submodule inside projectsArmand Philippot2021-10-192-0/+3
|
* build: add webpack configArmand Philippot2021-10-1710-928/+1237
| | | | | | | Downgrade Imagemin-SVGO to v9 because v10 is incompatible with image minimizer. Change ESlint config to avoid lint error (should be dependency instead of devDependency...)
* chore: initial commitArmand Philippot2021-10-1722-0/+8943
Add default configuration for dev tools and needed packages