{
  "env": {
    "node": true,
    "browser": true
  },
  "globals": {
    "mapboxgl": true
  },
  "rules": {
    "strict": [0],
    "curly": [0],
    "no-new": [0],
    "no-alert": [0],
    "no-extra-bind": [0],
    "no-redeclare": [1],
    "new-cap": [0],
    "quotes": [2, "single"],
    "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]
  }
}
