🔧 Lint stuff

This commit is contained in:
Nikolai R Kristiansen
2022-02-22 00:33:24 +01:00
parent 4e6924d055
commit 62cf57c028
6 changed files with 3413 additions and 754 deletions

6
.stylelintrc.json Normal file
View File

@@ -0,0 +1,6 @@
{
"extends": [
"stylelint-config-standard-scss",
"stylelint-config-prettier"
]
}