mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 16:06:21 +00:00
34d3601c30
Added new dev dependencies: bulma, gulp-sass, node-sass Updated some dependencies Various other things related to styling Bumped v1 version string and rebuilt client assets
10 lines
208 B
JSON
10 lines
208 B
JSON
{
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"declaration-block-trailing-semicolon": "never",
|
|
"function-name-case": null,
|
|
"indentation": 2,
|
|
"no-descending-specificity": null
|
|
}
|
|
}
|