{ "root": true, "extends": "@ljharb", "rules": { "complexity": 0, "eqeqeq": [2, "always", { "null": "ignore" }], "func-style": [2, "declaration"], "id-length": 0, "indent": [2, 2], "max-params": [2, 6], "max-statements-per-line": [2, { "max": 2 }], "new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }], "no-magic-numbers": [2, { "ignore": [0, 1] }], }, "globals": { "Int8Array": false, "Uint8Array": false, }, "overrides": [ { "files": "example/**", "rules": { "no-console": 0, "no-magic-numbers": 0, } }, { "files": "test/**", "rules": { "max-lines-per-function": 0, "max-params": 0, "no-magic-numbers": 0, }, }, ], }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
example | Folder | 0755 |
|
|
test | Folder | 0755 |
|
|
.editorconfig | File | 286 B | 0644 |
|
.eslintrc | File | 781 B | 0755 |
|
.nycrc | File | 270 B | 0644 |
|
CHANGELOG.md | File | 29.3 KB | 0644 |
|
LICENSE | File | 1.11 KB | 0644 |
|
assert.js | File | 51 B | 0644 |
|
index.js | File | 13.02 KB | 0644 |
|
package.json | File | 3.21 KB | 0755 |
|
readme.markdown | File | 2.24 KB | 0644 |
|