Visual Studio代码Linter

时间:2017-09-26 08:42:36

标签: javascript reactjs react-native visual-studio-code

在下面的代码中,如果我在{Platform.OS之前放置空格,我将收到错误 原始文本等 那么在编译之前如何让Visual Studio Code检查这个错误呢?

<StatusBar translucent animated/>{Platform.OS === 'android' && Platform.Version >= 20
            ? <View style={{
                            height: 24,
                            backgroundColor: "#FFF"
                            }}/>
                        : null}

0 个答案:

没有答案