mirror of
https://github.com/kognise/water.css.git
synced 2025-02-23 05:12:25 +01: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
100 B
Plaintext
6 lines
100 B
Plaintext
{
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"no-descending-specificity": null
|
|
}
|
|
} |