.eslintrc 162 B

1234567891011121314
  1. {
  2. "root": true,
  3. "extends": "@ljharb",
  4. "globals": {
  5. "StopIteration": false,
  6. },
  7. "rules": {
  8. "func-name-matching": [2, "always"],
  9. "id-length": 0,
  10. },
  11. }