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.
2 parents b88f1bf + 49ad7c8 commit ddff157Copy full SHA for ddff157
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