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

12 lines
181 B
Plaintext
Raw Normal View History

{
"browser": true,
"curly": true,
"eqeqeq": true,
"undef": true,
"quotmark": "single",
"trailing": true,
"globals": {
"L": true,
"jQuery": true
}
2018-07-27 15:21:52 +00:00
}