Format testing with Prettier
In the new migration post of stylint.io they deprecated 76 formatting rules (including indentation and block-closing-brace-empty-line-before).
What has to be done now is to implement the Prettier package to test Code formatting
-
Implement Prettier -
Create a global config -
Present it to the team -
Remove deprecated warning as well as config
Notes
- Till the new Prettier package is implemented the current expected stylint.txt will include the depricated warnings.
- Our projects are being upgraded on an ongoing basis.