Sigma-Labs-XYZ / Explain-AI

An AI-powered source of all human knowledge
https://explainai.me/
1 stars 1 forks source link

Add Prettier to our Linter settings #103

Open DomVinyard opened 1 year ago

DomVinyard commented 1 year ago

We are currently treating prettier issues as warnings:

Image

 User Story

As a member of a dev team I want to prevent code being pushed which isn't correctly formatted.

Acceptance criteria

chatcody[bot] commented 1 year ago

As an AI language model, I am not able to provide code implementation. However, based on the given description, it seems like the team wants to prevent any code from being pushed that is not correctly formatted. The solution for this issue could be to change the prettier issues from warnings to errors in the linter settings. This will make the linter fail if any prettier issues are found, preventing the code from being pushed until the issues are fixed.

If more details are needed, it would be helpful to know what linter tool is being used and what programming language the codebase is in.