This website requires JavaScript.
Explore
Help
Register
Sign in
smokephil
/
water.css
Watch
1
Star
0
Fork
You've already forked water.css
0
mirror of
https://github.com/kognise/water.css.git
synced
2025-12-06 06:44:58 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
f7a0b68f08
water.css
/
.stylelintrc.json
6 lines
100 B
JSON
Raw
Normal View
History
Unescape
Escape
Add style linting and fix problems
2019-10-02 12:03:14 -07: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.
2020-05-27 13:09:20 -05:00
"extends"
:
"stylelint-config-standard"
,
"rules"
:
{
"no-descending-specificity"
:
null
}
Add style linting and fix problems
2019-10-02 12:03:14 -07:00
}
Reference in a new issue
Copy permalink