Create eslint and prettier separate in server #62
Replies: 1 comment 5 replies
-
thats a great idea. However, Do we really need prettier and eslint on the server? The rc files in the root take care of both. Was your idea to have configs for both client and server? This being said, I no longer use eslint. It became a configuration nightmare if you use prettier and eslint together in a React project that has a configuration outside of the CRA scope. I am using quick-lint-js https://quick-lint-js.com/ && https://github.com/quick-lint/quick-lint-js && https://marketplace.visualstudio.com/items?itemName=quick-lint.quick-lint-js which although it has a configuration file, it is totally not necessary and does not need plugins for JSX, etc. and support for Typescript is coming. |
Beta Was this translation helpful? Give feedback.
-
I suggest creating a configuration file for eslint and another for prettier for the server, we could move the one in the root to the front and so each one has its own configuration.
Beta Was this translation helpful? Give feedback.
All reactions