.eslintrc 80 B

12345678910
  1. {
  2. "root": true,
  3. "extends": "@ljharb",
  4. "rules": {
  5. "no-new-func": [1]
  6. }
  7. }