With Firebase CLI, I create functions in the functions folder for Firebase API. Then I deploy these functions with the “firebase deploy -only functions” command. But Firebase CLI gives an error every time because the character length of the lines exceeds 80 characters.
In order to prevent this problem, I made a note in the GEMINI.md file that it should write the code by paying attention to the 80 character rule when updating the functions, but it absolutely does not obey this and keeps repeating the same error. It seems to ignore the GEMINI.md file sufficiently. Should I use airules.md? Does anyone have experience with this?
I will try this. Thank you. But it is still annoying that the CLI does not take into account what I wrote in the GEMINI.md file. I hope a solution will be provided.