issues
search
cats-oss
/
eslint-config-abema
This project is presets of eslint configurations which we used in our some internal projects.
MIT License
4
stars
1
forks
source link
[typescript] Disable prefer-function-type
#481
Closed
tetsuharuohzeki
closed
3 years ago
tetsuharuohzeki
commented
3 years ago
We should not enable this restrictions. See:
https://wikipedia.org/wiki/Open/closed_principle
https://github.com/microsoft/TypeScript/wiki/Performance#preferring-interfaces-over-intersections
https://www.typescriptlang.org/docs/handbook/advanced-types.html#interfaces-vs-type-aliases
We should not enable this restrictions. See: