mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
Linting, so much linting
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.
This commit is contained in:
parent
f2ab222da6
commit
332e8cea03
22 changed files with 1961 additions and 158 deletions
6
.vscode/extensions.json
vendored
Normal file
6
.vscode/extensions.json
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"dbaeumer.vscode-eslint",
|
||||
"stylelint.vscode-stylelint"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue