## Is your feature request related to a problem? Please describe. No, It is very important to reduce programmatic and stylistic code errors by finding and fixing them early and also improving code quality. ## Describe the solution you'd like Introduce [eslint unicorn](https://www.npmjs.com/package/eslint-plugin-unicorn) to enforce: - kabab-case file naming structure - error exception on empty files Introduce [prettier](https://www.npmjs.com/package/eslint-config-prettier) to format files gracefully - add .prettierrc file and define styling rules - extend the rules to eslint configuration file This approach will help contributors improve overall code quality as well as reduce programmatic and stylistic errors. ## Describe alternatives you've considered ## Additional context
Is your feature request related to a problem? Please describe.
No, It is very important to reduce programmatic and stylistic code errors by finding and fixing them early and also improving code quality.
Describe the solution you'd like
Introduce eslint unicorn to enforce:
Introduce prettier to format files gracefully
This approach will help contributors improve overall code quality as well as reduce programmatic and stylistic errors.
Describe alternatives you've considered
Additional context