Remove .jshintrc file
parent
a061b7865d
commit
f1b5821f06
@ -1,22 +0,0 @@
|
||||
{
|
||||
"camelcase": true,
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"eqnull": true,
|
||||
"immed": true,
|
||||
"indent": 2,
|
||||
"latedef": true,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"noempty": true,
|
||||
"nonew": true,
|
||||
"plusplus": true,
|
||||
"quotmark": true,
|
||||
"trailing": true,
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
"white": true,
|
||||
"node": true,
|
||||
"browser": true,
|
||||
"phantom": true
|
||||
}
|
Loading…
Reference in New Issue