Add ESLint and StyleLint

This commit is contained in:
Adam Stachowicz
2021-07-27 19:33:44 +02:00
parent d556509d07
commit 3c6af6d3f4
3 changed files with 85 additions and 4 deletions

3
.stylelintrc Normal file
View File

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