aboutsummaryrefslogtreecommitdiffstats
path: root/.stylelintrc.json
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-02-11 11:08:56 -0500
committerJesús <heckyel@hyperbola.info>2022-02-11 11:08:56 -0500
commit69e20fc11381bdc94c416f11527289a34ffb89ed (patch)
tree4b8969904958e4a377a9dd00cabd972c1ce22429 /.stylelintrc.json
parent421de00c8bb27fd0cd01d19ed4c2681ef2d63446 (diff)
downloadplyr-69e20fc11381bdc94c416f11527289a34ffb89ed.tar.lz
plyr-69e20fc11381bdc94c416f11527289a34ffb89ed.tar.xz
plyr-69e20fc11381bdc94c416f11527289a34ffb89ed.zip
update from upstreamHEADmaster
Diffstat (limited to '.stylelintrc.json')
-rw-r--r--.stylelintrc.json10
1 files changed, 4 insertions, 6 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json
index fc13954d..ff4f14af 100644
--- a/.stylelintrc.json
+++ b/.stylelintrc.json
@@ -1,6 +1,7 @@
{
- "plugins": ["stylelint-selector-bem-pattern", "stylelint-scss"],
- "extends": ["stylelint-config-recommended", "stylelint-config-sass-guidelines", "stylelint-config-prettier"],
+ "plugins": ["stylelint-selector-bem-pattern"],
+ "extends": ["stylelint-config-sass-guidelines", "stylelint-config-prettier"],
+ "customSyntax": "postcss-scss",
"rules": {
"selector-class-pattern": null,
"selector-no-qualifying-type": [
@@ -9,10 +10,7 @@
"ignore": ["attribute", "class"]
}
],
- "string-no-newline": null,
- "indentation": 2,
- "string-quotes": "single",
- "max-nesting-depth": 2,
+ "max-nesting-depth": 4,
"plugin/selector-bem-pattern": {
"preset": "bem",
"componentName": "(([a-z0-9]+(?!-$)-?)+)",