UNPKG

@soomo/wicg-inert

Version:

A polyfill for the proposed inert API

21 lines (20 loc) 277 B
{ "env": { "browser": true }, "parserOptions": { "sourceType": "script" }, "extends": "google", "rules": { "no-var": "off", "max-len": [2, { "code": 100, "tabWidth": 2, "ignoreUrls": true }] }, "plugins": [ "es5" ] }