{
"root": true,
"extends": "@ljharb",
"rules": {
"func-style": "off",
},
"globals": {
"Uint8Array": false,
"Uint16Array": false,
"overrides": [
"files": [
"./index.js",
"./test/index.js",
],
"no-underscore-dangle": "warn",
}