ESlint Airbnb Config抱怨行情

时间:2016-03-16 18:20:41

标签: ecmascript-6 atom-editor eslint

我正在使用Airbnb的linting规则,其中特别注明了这条线:

"react/jsx-quotes": 1,

所有其他规则似乎都按预期运作。然而,当我使用'use strict;'的单引号时,我会闪现警告标志:

enter image description here

(这是整个eslint文件的link)。

这有什么问题?

1 个答案:

答案 0 :(得分:1)

规则react / jsx-quotes在2015年9月被弃用。最初它是在airbnb项目中,但引用,这样一个必不可少的linting规则被转移到主要的eslint项目作为jsx-quotes; and airbnb在其后续版本中删除了react / jsx-quotes规则。

https://github.com/eslint/eslint/blob/master/docs/rules/jsx-quotes.md