mirror of
https://github.com/kognise/water.css.git
synced 2025-08-31 08:45:24 +02:00
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"
|
|
]
|
|
} |