- Enforce dot notation whenever possible
This rule is aimed at maintaining code consistency and improving code readability by encouraging use of the dot notation style whenever possible. As such, it will warn when it encounters an unnecessary use of square-bracket notation.
Specifies a regular expression to allow bracket notation for property names that match a pattern.
You can check them out here.