ESlint Airbnb Config 抱怨报价

ESlint Airbnb Config Complains about Quotes

我正在使用 Airbnb 的 linting 规则,其中特别包含这一行:

"react/jsx-quotes": 1,

所有其他规则似乎都按预期运行。然而,当我对 'use strict;' 使用单引号时,我会看到一个警告标志:

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

这可能有什么问题?

规则 react/jsx-quotes 于 2015 年 9 月被弃用。最初它在 airbnb 项目中,但是引用,作为一个基本的 linting 规则被移动到主要的 eslint 项目作为 jsx-quotes;并且 airbnb 在其更高版本中删除了 react/jsx-quotes 规则。

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