.eslintrc 87 B

123456789
  1. {
  2. "root": true,
  3. "extends": "@ljharb",
  4. "rules": {
  5. "func-name-matching": 0,
  6. },
  7. }