superwower / wowgit

Git web client that wows you
MIT License
1 stars 0 forks source link

tslintでPascalCaseの変数を許可 #60

Closed hitochan777 closed 6 years ago

hitochan777 commented 6 years ago

Stateless Componentだとpascal case (キャメルケースかつ先頭文字が大文字 ex: PascalCase) の変数を使うことが多いが、tslintでは許可されていなかったため許可するようにしました。

例えば、

// AppはStateless Component
const App = () => <div>hoge</div>

みたいなコードがあったとするとAppでtslintがエラーをはく。

vercel[bot] commented 6 years ago

This pull request is automatically deployed with Now.

To access deployments, click Details below or on the icon next to each push.

hitochan777 commented 6 years ago

マージしちゃいますね! :smile: