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 385fc9e commit 2504e0fCopy full SHA for 2504e0f
packages/eslint-config-airbnb-base/rules/style.js
@@ -51,7 +51,7 @@ module.exports = {
51
52
// specify whether double or single quotes should be used in JSX attributes
53
// http://eslint.org/docs/rules/jsx-quotes
54
- 'jsx-quotes': 0,
+ 'jsx-quotes': [0, 'prefer-double'],
55
56
// enforces spacing between keys and values in object literal properties
57
'key-spacing': [2, { beforeColon: false, afterColon: true }],
0 commit comments