3.2.5 • Published 3 months ago

@nivalis/prettier-config v3.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@nivalis/prettier-config

Installation

npm i -D @nivalis/prettier-config prettier

Setup

  1. Add the prettier key to your package.json
diff --git a/package.json b/package.json
index 2ecef3d..260838f 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
   "keywords": [
     "prettier"
   ],
+  "prettier": "@nivalis/prettier-config",
   "license": "MIT",
   "main": "index.js"
  1. Add the following to scripts in package.json
"prettier": "prettier '**/*.{js,ts,json,css,scss,html,hbs,md}' --write"
  1. Install the relevant Editor Addon/Plugin and enable "Prettier on Save".

Check out the prettier documentation for more info on sharing configurations.

With Tailwindcss

Create the following file .prettierrc.js

module.exports = {
	...require('@nivalis/prettier-config'),
	plugins: [require.resolve('prettier-plugin-tailwindcss')],
};

Check out the prettier documentation for more info on sharing configurations.

3.2.6-beta.0

3 months ago

3.2.5

4 months ago

3.2.4

4 months ago

3.1.1

5 months ago

3.1.0

6 months ago

1.0.0

6 months ago