Skip to content

Commit a73c0ad

Browse files
LingDong-Lingdong Huang
authored andcommitted
make sure eslint doesn't un-fix unicode problem
1 parent 660d260 commit a73c0ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.eslintrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ module.exports = {
1313
"prettier",
1414
"prettier/babel"
1515
]
16+
rules:{
17+
"quote-props":[2,"always"]
18+
}
1619
}

0 commit comments

Comments
 (0)