UNPKG

planet-earth

Version:

Library to find any location in the planet

18 lines 258 B
{ "extends": "airbnb", "installedESLint": true, "env": { "node": true, "mocha": true, "es6": true }, "parserOptions": { "ecmaVersion": 6, "sourceType": "module" }, "plugins": [ "react", "jsx-a11y", "import" ] }