lef237 / quotelist

引用箱 クオートリスト QuoteList
MIT License
6 stars 0 forks source link

bin/lintでLintを実行できるようにした #24

Closed lef237 closed 1 year ago

lef237 commented 1 year ago

bundle execyarnのLintをどちらもおこなえるようにした。

bin/lint

のコマンドを打つだけで、bin/lintのファイルに書き込まれているコマンドがまとめて実行される。

パーミッションに関しては、こちらの記事を参考にした。

具体的には

chmod u+x bin/lint

をおこなった。