2013-08-30から1日間の記事一覧

grunt-contrib-jshint 0.6.4で.jshintrcにコメントが書けるようになったよ

本家のJSHintでは、.jshintrcのなかでこんな感じでコメントが書けるんですけど、 { // Enforcing "bitwise" : true, // true: Prohibit bitwise operators (&, |, ^, etc.) "camelcase" : false, // true: Identifiers must be in camelCase "curly" : true,…