Skip to content

Commit b048cf4

Browse files
bigcupcoffeebigcupcoffee
authored andcommitted
Fix eslint/prettier jsx formatting conficts
1 parent b88f1bf commit b048cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extensions/linterAirbnb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ module.exports = (toolbox) => {
8484
plugins: "['react', 'testcafe', 'prettier']",
8585
extensions: "['js']",
8686
extends:
87-
'["airbnb", "plugin:testcafe/recommended", "prettier"]',
87+
'["airbnb", "plugin:testcafe/recommended", "prettier", "prettier/react"]',
8888
reactRules: REACT_RULES,
8989
},
9090
});

0 commit comments

Comments
 (0)