Skip to content

Commit 743a81a

Browse files
committed
Merge branch 'main' into dbux-3
2 parents 7e98291 + 0f7ce79 commit 743a81a

File tree

3 files changed

+27
-34
lines changed

3 files changed

+27
-34
lines changed

.prettierrc.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,11 @@
22
"trailingComma": "none",
33
"overrides": [
44
{
5-
"files": "**/*.js",
5+
"files": ["*.js", "*.jsx", "*.ts", "*.tsx"],
66
"options": {
7-
"singleQuote": true,
8-
"bracketSpacing": true,
97
"bracketSameLine": true
108
}
11-
},
12-
{
13-
"files": "**/*.mjs",
14-
"options": {
15-
"singleQuote": true
16-
}
179
}
18-
]
10+
],
11+
"bracketSpacing": true
1912
}

package-lock.json

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"pretty-quick": "3.1.3",
6161
"sass": "^1.56.1",
6262
"style-dictionary": "3.7.1",
63-
"stylelint": "14.15.0",
63+
"stylelint": "14.16.0",
6464
"stylelint-config-prettier": "9.0.4",
6565
"stylelint-config-sass-guidelines": "9.0.1",
6666
"validate-branch-name": "^1.3.0",

0 commit comments

Comments
 (0)