mirror of
https://github.com/kognise/water.css.git
synced 2025-01-17 19:58:13 +01:00
332e8cea03
I installed and configured stylelint and eslint, and added an editorconfig as well as a vscode recommended extensions file. The reason the diff is so large is I ran the linters and fixed all the linting issues.
6 lines
93 B
JSON
6 lines
93 B
JSON
{
|
|
"recommendations": [
|
|
"dbaeumer.vscode-eslint",
|
|
"stylelint.vscode-stylelint"
|
|
]
|
|
} |