wp-gpx-maps/ThirdParties/leaflet.fullscreen-1.1.4/.jshintrc

12 lines
181 B
Plaintext

{
"browser": true,
"curly": true,
"eqeqeq": true,
"undef": true,
"quotmark": "single",
"trailing": true,
"globals": {
"L": true,
"jQuery": true
}
}