We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660d260 commit a73c0adCopy full SHA for a73c0ad
.eslintrc.js
@@ -13,4 +13,7 @@ module.exports = {
13
"prettier",
14
"prettier/babel"
15
]
16
+ rules:{
17
+ "quote-props":[2,"always"]
18
+ }
19
}
0 commit comments