Skip to content

Instantly share code, notes, and snippets.

@yu0819ki
Created February 4, 2016 02:08
Show Gist options
  • Save yu0819ki/5b8636aa0c1f85794ec8 to your computer and use it in GitHub Desktop.
Save yu0819ki/5b8636aa0c1f85794ec8 to your computer and use it in GitHub Desktop.
JSCSに振り回された話 ref: http://qiita.com/yu0819ki/items/87d981170a5673b4fb09
var obj = {
hoge: 'hoge',
fuga: 'fuga', // <- これね!
}; // <- あとこれとかね!
{
"gulp-util": "^3.0.4",
"jscs": "^2.1.1",
"through2": "^2.0.0",
"tildify": "^1.0.0"
}
{
"gulp-jscs": "~3.0.2",
"gulp-jscs-stylish": "~1.3.0",
"jscs": "~2.8.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment