UNPKG

detect-features

Version:

Detect and report browser and hardware features.

14 lines (13 loc) 228 B
{ "extends": "airbnb-base", "rules": { "no-tabs": 0, "indent": 0, "import/prefer-default-export": 0 }, "globals": { "window": true, "document": true, "navigator": true } }