Remove JSHint file
This commit is contained in:
21
.jshintrc
21
.jshintrc
@@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"boss": true,
|
|
||||||
"curly": true,
|
|
||||||
"eqeqeq": true,
|
|
||||||
"eqnull": true,
|
|
||||||
"expr": true,
|
|
||||||
"immed": true,
|
|
||||||
"noarg": true,
|
|
||||||
"onevar": true,
|
|
||||||
"quotmark": "double",
|
|
||||||
"smarttabs": true,
|
|
||||||
"trailing": true,
|
|
||||||
"undef": true,
|
|
||||||
"unused": false,
|
|
||||||
"browser": true,
|
|
||||||
"node": true,
|
|
||||||
"sub": true,
|
|
||||||
"globals": {
|
|
||||||
"module": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user