mapbox-gl
Version:
A WebGL interactive maps library
21 lines (20 loc) • 435 B
Plain Text
{
"extends": "mourner",
"rules": {
"array-bracket-spacing": "off",
"block-scoped-var": "error",
"consistent-return": "off",
"global-require": "off",
"key-spacing": "off",
"no-eq-null": "off",
"no-new": "off",
"no-warning-comments": "error",
"object-curly-spacing": "off",
"quotes": "off",
"space-before-function-paren": "off",
},
"env": {
"es6": true,
"browser": false
}
}