@alexlit/config-prettier 16.6.2 → 16.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,10 +9,13 @@ npm i @alexlit/config-prettier -D
9
9
  ## Connection
10
10
 
11
11
  ```js
12
- // .prettierrc.js
12
+ // prettier.config.js
13
13
  import config from '@alexlit/config-prettier';
14
14
 
15
15
  export default {
16
16
  ...config,
17
+
18
+ // if additional plugins needed
19
+ plugins: [...config.plugins, 'your-favorite-plugin'],
17
20
  };
18
21
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-prettier",
3
- "version": "16.6.2",
3
+ "version": "16.6.3",
4
4
  "private": false,
5
5
  "description": "prettier config",
6
6
  "keywords": [
@@ -44,7 +44,7 @@
44
44
  "prettier-plugin-solidity": "^1.3.1",
45
45
  "prettier-plugin-sort-json": "^3.1.0",
46
46
  "prettier-plugin-sql": "^0.18.0",
47
- "prettier-plugin-svelte": "^3.2.1",
47
+ "prettier-plugin-svelte": "^3.2.2",
48
48
  "prettier-plugin-tailwindcss": "^0.5.11"
49
49
  },
50
50
  "engines": {