sindresorhus/eslint-plugin-unicorn

Avoid manually wrapping comments

クローズ

#832 opened on 2020/09/25

 (1 件のコメント) (3 件のリアクション) (0 人の担当者)JavaScript (468 件のフォーク)user submission
help wantednew rule

Repository metrics

Stars
 (5,022 個のスター)
PR merge metrics
 (平均マージ 4h 30m) (30d で 26 merged PRs)

説明

Error

// This is a long comment but
// I don't like long lines

Pass

// This is a long comment but I don't like long lines
// This is a long comment. <-- period
// I don't like long lines

コントリビューターガイド