Re-add stylelint config

Problem: Apparently we were still using that.

Solution: Re-add the file.
This commit is contained in:
Christian Bundy 2020-04-01 18:28:59 -07:00
parent b01ff74dbc
commit 7f95a6f7ac
1 changed files with 3 additions and 0 deletions

3
.stylelintrc Normal file
View File

@ -0,0 +1,3 @@
{
"extends": "stylelint-config-recommended"
}