UNPKG

detect-features

Version:

Detect and report browser and hardware features.

19 lines (17 loc) 296 B
// @ts-check module.exports = { extends: 'airbnb-base', rules: { 'import/prefer-default-export': 0, 'no-bitwise': 0, 'no-underscore-dangle': 0, }, globals: { test: true, expect: true, window: true, self: true, navigator: true, document: true, }, };