Skip to content

Commit 6d4bba1

Browse files
authored
chore: remove invalid prettier cfg from package.json (#2297)
## 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
2 parents 901ae39 + 47380d6 commit 6d4bba1

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

packages/env-options/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
}
7575
]
7676
},
77-
"prettier": null,
7877
"ava": {
7978
"files": [
8079
"test/**/test-*.*",

packages/evasive-transform/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
"plugin:@endo/internal"
6868
]
6969
},
70-
"prettier": null,
7170
"ava": {
7271
"files": [
7372
"test/**/test-*.*",

packages/memoize/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
"plugin:@endo/internal"
6565
]
6666
},
67-
"prettier": null,
6867
"ava": {
6968
"files": [
7069
"test/**/test-*.*",

0 commit comments

Comments
 (0)