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 b88f1bf commit b048cf4Copy full SHA for b048cf4
src/extensions/linterAirbnb.js
@@ -84,7 +84,7 @@ module.exports = (toolbox) => {
84
plugins: "['react', 'testcafe', 'prettier']",
85
extensions: "['js']",
86
extends:
87
- '["airbnb", "plugin:testcafe/recommended", "prettier"]',
+ '["airbnb", "plugin:testcafe/recommended", "prettier", "prettier/react"]',
88
reactRules: REACT_RULES,
89
},
90
});
0 commit comments