I'm trying to set up Prettier with SVS Code, and it's throwing a parsing error while reading my package.json file. (Prettier is set up to look for Prettier configs in package.json.)
I'm using a non-npm framework that uses a file named package.npm for its own purposes. That file has (non-standard characters in it which are apparently upsetting Prettier's attempt to read it. I don't want that file looked at at all. How do I have Prettier ignore that file?
1.4m articles
1.4m replys
5 comments
57.0k users