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?
2.1m questions
2.1m answers
60 comments
57.0k users