We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1979070 commit 3f6adebCopy full SHA for 3f6adeb
bs3-functions/node-functions/.eslintrc.js
@@ -32,5 +32,6 @@ module.exports = {
32
"object-curly-spacing": "off",
33
"block-spacing": "off",
34
"max-len": "off",
35
+ "quote-props": ["error", "as-needed"],
36
},
37
};
0 commit comments