Skip to content

Commit

Permalink
style(prettier): unify with arrowParens=avoid
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg authored and erights committed Dec 8, 2022
1 parent 68936ac commit d777762
Show file tree
Hide file tree
Showing 34 changed files with 31 additions and 12 deletions.
1 change: 1 addition & 0 deletions packages/ses-ava/.prettierrc.json → .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
}
1 change: 1 addition & 0 deletions packages/base64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
},
Expand Down
1 change: 1 addition & 0 deletions packages/bundle-source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
}
Expand Down
1 change: 1 addition & 0 deletions packages/captp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
}
Expand Down
1 change: 1 addition & 0 deletions packages/check-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
},
Expand Down
1 change: 1 addition & 0 deletions packages/cjs-module-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
},
Expand Down
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
},
Expand Down
1 change: 1 addition & 0 deletions packages/compartment-mapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true,
"overrides": [
Expand Down
1 change: 1 addition & 0 deletions packages/daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
},
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"access": "public"
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
},
Expand Down
1 change: 1 addition & 0 deletions packages/eventual-send/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
},
Expand Down
1 change: 1 addition & 0 deletions packages/far/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
},
Expand Down
1 change: 1 addition & 0 deletions packages/import-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
},
Expand Down
1 change: 1 addition & 0 deletions packages/init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"bundle-*.js"
],
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
},
Expand Down
1 change: 1 addition & 0 deletions packages/lockdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"bundle-*.js"
],
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
},
Expand Down
1 change: 1 addition & 0 deletions packages/lp32/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
},
Expand Down
1 change: 1 addition & 0 deletions packages/marshal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
},
Expand Down
1 change: 1 addition & 0 deletions packages/nat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
}
Expand Down
1 change: 1 addition & 0 deletions packages/netstring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
},
Expand Down
1 change: 1 addition & 0 deletions packages/promise-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
},
Expand Down
1 change: 1 addition & 0 deletions packages/ses-ava/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
},
Expand Down
1 change: 1 addition & 0 deletions packages/ses-integration-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
},
Expand Down
4 changes: 0 additions & 4 deletions packages/ses/.prettierrc.json

This file was deleted.

1 change: 1 addition & 0 deletions packages/ses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
},
Expand Down
4 changes: 0 additions & 4 deletions packages/static-module-record/.prettierrc.json

This file was deleted.

1 change: 1 addition & 0 deletions packages/static-module-record/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
},
Expand Down
1 change: 1 addition & 0 deletions packages/stream-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
},
Expand Down
1 change: 1 addition & 0 deletions packages/stream-types-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
}
Expand Down
1 change: 1 addition & 0 deletions packages/stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
},
Expand Down
1 change: 1 addition & 0 deletions packages/syrup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
},
Expand Down
4 changes: 0 additions & 4 deletions packages/test262-runner/.prettierrc.json

This file was deleted.

1 change: 1 addition & 0 deletions packages/test262-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
}
Expand Down
1 change: 1 addition & 0 deletions packages/where/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
},
Expand Down
1 change: 1 addition & 0 deletions packages/zip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
]
},
"prettier": {
"arrowParens": "avoid",
"trailingComma": "all",
"singleQuote": true
},
Expand Down

0 comments on commit d777762

Please sign in to comment.