Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc774f6 commit 67569ccCopy full SHA for 67569cc
packages/eslint-plugin/docs/rules/naming-convention.md
@@ -320,8 +320,8 @@ To clearly spell it out:
320
321
- (3) is tested first because it has `types` and is an individual selector.
322
- (2) is tested next because it is an individual selector.
323
-- (1) is tested next as it is a grouped selector.
324
-- (4) is tested last as it is the base default selector.
+- (4) is tested next as it is a grouped selector.
+- (1) is tested last as it is the base default selector.
325
326
Its worth noting that whilst this order is applied, all selectors may not run on a name.
327
This is explained in ["How does the rule evaluate a name's format?"](#how-does-the-rule-evaluate-a-names-format)
0 commit comments