@maplibre/maplibre-gl-compare
Version:
Swipe and sync between two MapLibre maps
28 lines (27 loc) • 511 B
Plain Text
{
"env": {
"node": true,
"browser": true
},
"globals": {
"maplibregl": true
},
"rules": {
"strict": [0],
"curly": [0],
"no-new": [0],
"no-alert": [0],
"no-extra-bind": [0],
"no-redeclare": [1],
"new-cap": [0],
"eol-last": [0],
"no-mixed-requires": [0],
"no-path-concat": [0],
"camelcase": [0],
"consistent-return": [0],
"no-underscore-dangle": [0],
"comma-spacing": [0],
"key-spacing": [0],
"no-use-before-define": [0]
}
}