.eslintrc 83 B

123456789
  1. {
  2. "root": true,
  3. "extends": "@ljharb",
  4. "globals": {
  5. "DataView": false,
  6. },
  7. }