.eslintrc.json 58 B

12345
  1. {
  2. "rules": {
  3. "space-before-function-paren": 0
  4. }
  5. }