diff --git a/package-lock.json b/package-lock.json index 696713a..282b9dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@s1mpson/prettier-config", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@s1mpson/prettier-config", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT" } } diff --git a/package.json b/package.json index 09d5bb8..77f12e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@s1mpson/prettier-config", - "version": "1.0.0", + "version": "1.0.1", "description": "Shareable Prettier config for my projects to produce neat and readable code", "main": ".prettierrc.json", "files": [ diff --git a/readme.md b/readme.md index dc7e822..0917fce 100644 --- a/readme.md +++ b/readme.md @@ -1,13 +1,17 @@ # prettier-config +[![npm (scoped)](https://img.shields.io/npm/v/%40s1mpson/prettier-config)](https://www.npmjs.com/package/@s1mpson/prettier-config) +[![install size](https://packagephobia.com/badge?p=@s1mpson/prettier-config)](https://packagephobia.com/result?p=@s1mpson/prettier-config) +[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) + > Shareable Prettier config for my projects to produce neat and readable code ## Highlights -- Prints **single quotes instead of double quotes** (_including inside of JSX_) -- Prints **trailing commas where possible** (_excluding function parameters and calls_) -- Prints **single attribute per line** in HTML, Vue and JSX -- **Removes semicolons at the ends of statements** +- Prints single quotes instead of double quotes (_including inside of JSX_) +- Prints trailing commas where possible (_excluding function parameters and calls_) +- Prints single attribute per line in HTML, Vue and JSX +- Removes semicolons at the ends of statements ## Install