- Enforce position of line comments
This rule enforces consistent position of line comments. Block comments are not affected by this rule. By default, this rule ignores comments starting with the following words: eslint, jshint, jslint, istanbul, global, exported, jscs, falls through.
Specifies a regular expression to ignore comments that match a pattern.
Applies default ignore patterns even if ignorePattern is provided.
You can check them out here.