We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前已知的规则有:
需要做的步骤:
fecs-
The text was updated successfully, but these errors were encountered:
添加一个触发的rule: no-reserved-keys
Sorry, something went wrong.
add fecs-space-infix-ops, see #46
0908e12
add fecs-dot-notation, see #46
8630c93
add fecs-no-reserved-keys, see #46
9dd8156
目前依赖的 eslint 版本为 2.5.1,该版本中,dot-notation 与 space-infix-ops 的 report 定位问题已经修复,no-reserved-keys 已经移除,被 quote-props 取代,而 quote-props 与 fecs-properties-quote 行为基本一致,所以在移除 fecs-dot-notation、 fecs-space-infix-ops、 fecs-no-reserved-keys,并替换 fecs-properties-quote 为 quote-props 后,issue 可关闭。
dot-notation
space-infix-ops
no-reserved-keys
quote-props
fecs-properties-quote
fecs-dot-notation
fecs-space-infix-ops
fecs-no-reserved-keys
补充:由于 quote-props 在设计上同样会导致 report 定位问题,因此保留 fecs-properties-quote,不使用 quote-props
e0a1757
No branches or pull requests
目前已知的规则有:
需要做的步骤:
fecs-
前缀;fecs-
前缀。The text was updated successfully, but these errors were encountered: