Skip to content

Commit 1768e2e

Browse files
justin808claude
andcommitted
Add .npmrc to prettierignore
Prettier was trying to parse .npmrc as YAML and failing because it's actually INI format. Add it to .prettierignore to skip formatting checks. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 45f92eb commit 1768e2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
node_modules/
22
package.json
3+
# pnpm config file (INI format, not parseable by prettier)
4+
.npmrc
35
# Exclude pro package (has its own formatting)
46
react_on_rails_pro/
57
packages/react-on-rails-pro-node-renderer/tests/fixtures/projects

0 commit comments

Comments
 (0)