Skip to content

Commit 1885b55

Browse files
committed
ci: dependency updates
1 parent 8f1af08 commit 1885b55

File tree

3 files changed

+105
-145
lines changed

3 files changed

+105
-145
lines changed

.prettierrc

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
{
2-
"trailingComma": "none",
3-
"useTabs": true,
4-
"printWidth": 100,
5-
"bracketSameLine": true,
6-
"bracketSpacing": true,
7-
"tabWidth": 2,
8-
"singleQuote": true
2+
"trailingComma": "none",
3+
"useTabs": true,
4+
"printWidth": 120,
5+
"bracketSameLine": true,
6+
"bracketSpacing": true,
7+
"tabWidth": 2,
8+
"singleQuote": true,
9+
"overrides": [
10+
{
11+
"files": "**/*.js",
12+
"options": { "useTabs": false, "printWidth": 80 }
13+
}
14+
]
915
}

0 commit comments

Comments
 (0)