Skip to content

Instantly share code, notes, and snippets.

@yoppi
Created August 27, 2015 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoppi/e0084dc80d7e2e67d994 to your computer and use it in GitHub Desktop.
Save yoppi/e0084dc80d7e2e67d994 to your computer and use it in GitHub Desktop.
jslint結構良い
'use strict';
var fn = function (hoge, fuga) {
console.log(hoge);
};
// > jslint --indent=2 fn.js
// fn.js
// #1 Unused 'fuga'.
// var fn = function (hoge, fuga) { // Line 3, Pos 26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment