Skip to content

Commit a8dc1ae

Browse files
committed
Revert in .lintstagedrc and increased printWidth for Prettier
1 parent b1ce7ae commit a8dc1ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.lintstagedrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"*.ts": [
3-
"eslint --fix",
43
"prettier --write --config ./node_modules/ddts/.prettierrc.yml",
4+
"eslint --fix",
55
"sh ./node_modules/ddts/scripts/index.sh"
66
],
77
"*.scss": [

.prettierrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
printWidth: 100
1+
printWidth: 110
22
parser: 'typescript'
33
tabWidth: 2
44
useTabs: false

0 commit comments

Comments
 (0)