singularit-de / eslint-config

MIT License
2 stars 4 forks source link

fix generic arrow functions in .tsx files #35

Open Intervention128 opened 1 year ago

Intervention128 commented 1 year ago

Using the <T,>(value: T) => {...} syntax errors for "unexpected trailing comma", but removing the comma doesn't work in tsx.