なっく日報

技術やら生活やらのメモ

2015-09-09から1日間の記事一覧

Node.js v4.0.0がリリースされたので、ESLintの設定を見なおしてみた

.eslintrc .eslintrcに書く項目のうち、ES6関連を抜粋。 { "ecmaFeatures": { "arrowFunctions": true, "binaryLiterals": true, "blockBindings": true, "classes": true, "forOf": true, "generators": true, "objectLiteralComputedProperties": true, "o…