明日会社がなくなっても

明日会社がなくなっていても動揺しないように、情報を残していきたい

8/24(水)のお仕事日記

Java

JsHint

  • JsHintの設定に1時間使ってしまった。。。
  • [Redefinition of ‘{a}’]という警告は、/*jshint -W079 */で除去できる。ただしこれを宣言したファイル全てで、「Refefinition of~」という警告は無視される。

In JSHint 1.0.0 and above you have the ability to ignore any warning with a special option syntax. The identifier of this warning is W079. This means you can tell JSHint to not issue this warning with the /jshint -W079 / directive.

JSLint Error Explanations - を参考にした