Skip to content

Instantly share code, notes, and snippets.

@lelinhtinh
Last active August 29, 2015 14:18
Show Gist options
  • Save lelinhtinh/e0cfc7d4dbc27e8657c8 to your computer and use it in GitHub Desktop.
Save lelinhtinh/e0cfc7d4dbc27e8657c8 to your computer and use it in GitHub Desktop.
.jshintrc dành cho jQuery plugin
{
"boss": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"expr": true,
"immed": true,
"noarg": true,
"onevar": true,
"quotmark": "single",
"unused": true,
"node": true,
"globals": {
"$": false,
"jQuery": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment