fiftyone.geolocation
Version:
Perform reverse geocoding using longitude and latitude to populate postal addresses
32 lines • 647 B
Plain Text
{
"env": {
"browser": true,
"commonjs": true,
"es6": true
},
"extends": [
"standard"
],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly",
"test": true,
"jest": true,
"expect": true,
"resourceKey": true
},
"parserOptions": {
"ecmaVersion": 2018
},
"rules": {
"node/no-deprecated-api": "off",
"no-throw-literal": "off",
"no-path-concat": "off",
"no-prototype-builtins": "off",
"no-eval": "off",
"semi": [
2,
"always"
]
}
}