virt2/assets/vendor_components/Magnific-Popup-master/.jshintrc

21 lines
289 B
Plaintext
Raw Normal View History

{
"curly": false,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": false,
"unused": true,
"boss": true,
"eqnull": true,
"browser": true,
"predef": [
"define",
"module",
"mfp"
],
"jquery": true
}