UNPKG

osrm

Version:

The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.

18 lines (15 loc) 247 B
{ "root": true, "extends": "@ljharb", "rules": { "func-name-matching": 0, "id-length": 0, "new-cap": [2, { "capIsNewExceptions": [ "GetIntrinsic", ], }], "no-magic-numbers": 0, "operator-linebreak": [2, "before"], }, }