You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constRECOMMENDED_TEXT="\n\n(recommended) The `\"extends\": \"eslint:recommended\"` property in a configuration file enables this rule.";
642
643
constFIXABLE_TEXT="\n\n(fixable) The `--fix` option on the [command line](../user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.";
644
+
constHAS_SUGGESTIONS_TEXT="\n\n(hasSuggestions) Some problems reported by this rule are manually fixable by editor [suggestions](../developer-guide/working-with-rules#providing-suggestions).";
643
645
644
646
// 4. Loop through all files in temporary directory
0 commit comments