Frontend: Basic framework

This commit is contained in:
Leon Etienne (ubuntu wsl)
2020-09-27 21:05:58 +02:00
parent 37cc321708
commit 1f13487fca
11 changed files with 1642 additions and 225 deletions

View File

@@ -4,5 +4,7 @@ module.exports = {
],
// add your custom config here
// https://stylelint.io/user-guide/configuration
rules: {}
rules: {
"indentation": 2
}
}