相关疑难解决方法(0)

React native - eslintrc - prettierrc:如何防止移除 JSX 中一个元素周围的括号

我刚刚创建了新的 react-native 应用程序,eslint 改变了这一点:

return (
    <Component />
);
Run Code Online (Sandbox Code Playgroud)

return <Component />;
Run Code Online (Sandbox Code Playgroud)

我试图更改 .eslintrc 和 .prettierrc 文件,但没有任何效果。

jsx react-native prettier eslintrc

7
推荐指数
1
解决办法
1072
查看次数

标签 统计

eslintrc ×1

jsx ×1

prettier ×1

react-native ×1