mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-02-07 13:59:01 +00:00
![Bobby](/assets/img/avatar_default.png)
stylelint: 13 -> 14 postcss-preset-env: 6 -> 7 eslint-plugin-compat: 3 -> 4 replaced stylelint-config-standard with stylelint-config-standard-scss switched to @ronilaukkarinen/gulp-stylelint, a fork of gulp-stylelint, due to the upstream's maintainer going missing temporarily disabled some stylelint rules to ease transition
15 lines
424 B
JSON
15 lines
424 B
JSON
{
|
|
"extends": "stylelint-config-standard-scss",
|
|
"rules": {
|
|
"block-closing-brace-newline-before": null,
|
|
"declaration-block-trailing-semicolon": "never",
|
|
"function-name-case": null,
|
|
"indentation": 2,
|
|
"keyframes-name-pattern": null,
|
|
"no-descending-specificity": null,
|
|
"scss/at-import-no-partial-leading-underscore": null,
|
|
"selector-class-pattern": null,
|
|
"selector-id-pattern": null
|
|
}
|
|
}
|