UNPKG

meteor-node-stubs

Version:

Stub implementations of Node built-in modules, a la Browserify

17 lines (13 loc) 224 B
{ "root": true, "extends": "@ljharb", "globals": { "Float64Array": "readonly", "Uint8Array": "readonly", "Uint16Array": "readonly", }, "rules": { "complexity": "off", "max-lines-per-function": "off", }, }