Search code examples
reactjsprettier

Is there a way to disable Prettier from a cloned repo?


Please it's 5 hours that I'm just trying to disable this stuff from a cloned repo and still can't do it.

I tried everything but prettier still seems to be working.

I went in the setting and disabled it but it didn't work.

I then tried to go in the .prettierrc and give him a "enable":false bust still nothing

I also tried to just make a .prettierignore and put a * in it but it still works

Just tried to require a config file and delete mine BUT IT STILL WORKS PLEASE WTF

I'm going crazy, I can't believe something that stupid is so difficult to get rid of


Solution

  • Do with .prettierignore and write in that file this code

    **
    *.js