Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Commit 492daa9

Browse files
renovate[bot]renovate-botjonahsnider
authored
build(deps): update dependency prettier-config-xo to v2 (#346)
* build(deps): update dependency prettier-config-xo to v2 * style: format with Prettier Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Jonah Snider <[email protected]>
1 parent 809bf2f commit 492daa9

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"eslint-plugin-prettier": "3.4.0",
1515
"netlify-cli": "4.1.18",
1616
"prettier": "2.3.2",
17-
"prettier-config-xo": "1.0.4",
17+
"prettier-config-xo": "2.0.0",
1818
"semantic-release": "17.4.4",
1919
"tsdx": "0.14.1",
2020
"tslib": "2.3.0",

prettier.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
22
...require('prettier-config-xo'),
3-
printWidth: 160
3+
printWidth: 160,
44
};

src/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ function generateAbsolutePaths(options: Pick<NetlifyOpts, 'inputs'>): {
5353
return {
5454
absolute: {
5555
buildDir: absoluteBuildDirPath,
56-
manifest: manifestPath
56+
manifest: manifestPath,
5757
},
58-
buildDirName
58+
buildDirName,
5959
};
6060
}
6161

@@ -91,7 +91,7 @@ module.exports = {
9191
console.log(`${paths.absolute.buildDir} ${existsSync(paths.absolute.buildDir) ? 'exists' : 'does not exist'} on disk`);
9292

9393
const success = await utils.cache.save(paths.absolute.buildDir, {
94-
digests: [paths.absolute.manifest]
94+
digests: [paths.absolute.manifest],
9595
});
9696

9797
if (success) {
@@ -102,5 +102,5 @@ module.exports = {
102102
} else {
103103
console.error(`Couldn't cache the ${paths.buildDirName} folder at the location ${paths.absolute.buildDir}`);
104104
}
105-
}
105+
},
106106
};

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11135,10 +11135,10 @@ prepend-http@^2.0.0:
1113511135
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
1113611136
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
1113711137

11138-
prettier-config-xo@1.0.4:
11139-
version "1.0.4"
11140-
resolved "https://registry.yarnpkg.com/prettier-config-xo/-/prettier-config-xo-1.0.4.tgz#2f183746241ac083c1d73cb67e35682c7757d323"
11141-
integrity sha512-hbOEk+6W1CPU2O5T0LYi/EAg0C2ytUepJdwlWtuFdzj3hEqcnhi0AaRHC3mSprpAZdb/gnF9gmP/Mv6gxcKg+A==
11138+
prettier-config-xo@2.0.0:
11139+
version "2.0.0"
11140+
resolved "https://registry.yarnpkg.com/prettier-config-xo/-/prettier-config-xo-2.0.0.tgz#92c35ca39f9ee4bd006d2da22113b73a4a9f22a4"
11141+
integrity sha512-eVy/64JWpXYEXPMAgpEcpct3TZQurmwxPipx78GqRG6gQtLT6hCYyMUgMzoVz5W3IkxLN371xGVKHNU1MY6FTA==
1114211142

1114311143
prettier-linter-helpers@^1.0.0:
1114411144
version "1.0.0"

0 commit comments

Comments
 (0)