Skip to content

Commit

Permalink
chore: remove invalid prettier cfg from package.json (#2297)
Browse files Browse the repository at this point in the history
## Description

`null` is an invalid value for the `prettier` property of
`package.json`, per the schema.

Schema: https://json.schemastore.org/prettierrc

### Security Considerations

no

### Scaling Considerations

no

### Documentation Considerations

no

### Testing Considerations

no

### Compatibility Considerations

no

### Upgrade Considerations

no
  • Loading branch information
boneskull committed May 30, 2024
2 parents 901ae39 + 47380d6 commit 6d4bba1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/env-options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
}
]
},
"prettier": null,
"ava": {
"files": [
"test/**/test-*.*",
Expand Down
1 change: 0 additions & 1 deletion packages/evasive-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"plugin:@endo/internal"
]
},
"prettier": null,
"ava": {
"files": [
"test/**/test-*.*",
Expand Down
1 change: 0 additions & 1 deletion packages/memoize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"plugin:@endo/internal"
]
},
"prettier": null,
"ava": {
"files": [
"test/**/test-*.*",
Expand Down

0 comments on commit 6d4bba1

Please sign in to comment.