Reason : seems maintainers have different formatting, resulting in many useless changes when a little change is introduced. See comma in this commit for example.
Let's have a solid and similar setup for everyone.
I don't think "lint": "eslint --ext .js,.jsx,.ts,.tsx ./app", from package.json need to be changed
Using this article
Reason : seems maintainers have different formatting, resulting in many useless changes when a little change is introduced. See comma in this commit for example.
Let's have a solid and similar setup for everyone.
I don't think
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./app",
frompackage.json
need to be changedNB: at the moment, it's partially implemented