简体   繁体   中英

Visual Studio Code Extension Error Lense gives unexpected warning

I am using the Visual Studio Code extension Error Lense. So far, it works as expected. However, when I use inline styles, I am getting an unexpected warnin截图代码编辑器

Why is it highlighting the Inline style: { marginBottom: 10 } ?

Thanks Jacob Smit for pointing me into the right direction. Add this to the .eslintrc.js file

  rules: {
    'react-native/no-inline-styles': 'off',
  },

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM