ESLint plugin
This project is maintained by iliubinskii
ESLint plugin / sort-top-comments
Sorts top comments.
module.exports = {
plugins: ["misc"],
rules: {
"misc/sort-top-comments": "error"
}
};
// Comment 4
// Comment 3
/* Comment 2 */
/* Comment 1 */
/* Comment 1 */
/* Comment 2 */
// Comment 3
// Comment 4