ESLint: Deprecation of Formatting Rules
eslint.org
ESLint: Deprecation of Formatting Rules
1–4 of 4 posts
Re: ESLint: Deprecation of Formatting Rules
#2Pitty!, it was nice just able to use only eslint for the full formatting, and formatting is just as important as code style.
Re: ESLint: Deprecation of Formatting Rules
#3Pitty!, it was nice just able to use only eslint for the full formatting, and formatting is just as important as code style.
Yeah, I feel the same. On my Node projects I even removed Prettier to keep only ESLint, but seems like that won't last very long.
Re: ESLint: Deprecation of Formatting Rules
#4Pitty!, it was nice just able to use only eslint for the full formatting, and formatting is just as important as code style.
Yeah, I feel the same. On my Node projects I even removed Prettier to keep only ESLint, but seems like that won't last very long.
i do read the following on the site:
If the idea of using a dedicated source code formatter doesn’t appeal to you, you can also use @stylistic/eslint-plugin-js for JavaScript or @stylistic/eslint-plugin-ts for TypeScript.
sure seems better then going to prettier.