From: AJ ONeal Date: Wed, 24 Nov 2021 06:50:51 +0000 (+0000) Subject: chore: make Prettier X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=05b8f37fb5d32c221a8f32ffffeb03b1f1eae614 chore: make Prettier --- diff --git a/gh/README.md b/gh/README.md index a6e7ed7..117178f 100644 --- a/gh/README.md +++ b/gh/README.md @@ -15,8 +15,10 @@ To update or switch versions, run `webi gh@stable` (or `@v1`, `@beta`, etc). Installation: -- For macOS and Windows [macOS/Windows](https://github.com/cli/cli/blob/trunk/README.md) -- For linux Installation on specific distribution [linux](https://github.com/cli/cli/blob/trunk/docs/install_linux.md) +- For macOS and Windows + [macOS/Windows](https://github.com/cli/cli/blob/trunk/README.md) +- For linux Installation on specific distribution + [linux](https://github.com/cli/cli/blob/trunk/docs/install_linux.md) ### Authentication diff --git a/package.json b/package.json index 9453472..b589558 100644 --- a/package.json +++ b/package.json @@ -5,18 +5,14 @@ "description": "webinstall script repository", "main": "_webi/", "scripts": { + "prettier": "npx prettier@2 -w '**/*.{js,md,html}'", "test": "node _webi/test.js ./node/" }, "repository": { "type": "git", "url": "git+https://github.com/webinstall/webi-installers.git" }, - "keywords": [ - "webinstall", - "brew", - "apt", - "chocolately" - ], + "keywords": ["webinstall", "brew", "apt", "chocolately"], "author": "AJ ONeal (https://coolaj86.com/)", "license": "MPL-2.0", "bugs": { diff --git a/test/README.md b/test/README.md index 53eb178..ed3a867 100644 --- a/test/README.md +++ b/test/README.md @@ -8,5 +8,5 @@ linux: true ## Cheat Sheet -> Don't install this package. It will install (almost) everything. -> This is for webi CI/CD testing, etc. +> Don't install this package. It will install (almost) everything. This is for +> webi CI/CD testing, etc.