.eslintrc 102 B

123456789101112
  1. {
  2. "root": true,
  3. "extends": "@ljharb",
  4. "globals": {
  5. "Uint8Array": false,
  6. },
  7. "rules": {
  8. },
  9. }