Update vimrc and jshintrc so syntastic doesn't give deprecated warning
parent
c352125f85
commit
db470e03fd
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"camelcase": true,
|
||||||
|
"curly": true,
|
||||||
|
"eqeqeq": 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
|
||||||
|
}
|
Loading…
Reference in New Issue