@alexlit/config-prettier 16.4.1 → 16.6.0
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.
- package/index.js +2 -4
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
import jsdoc from './plugins/jsdoc.js';
|
|
3
3
|
import pug from './plugins/pug.js';
|
|
4
4
|
import sortJson from './plugins/sort-json.js';
|
|
5
|
-
import svelte from './plugins/svelte.js';
|
|
6
5
|
import xml from './plugins/xml.js';
|
|
7
6
|
|
|
8
7
|
export default {
|
|
@@ -20,8 +19,7 @@ export default {
|
|
|
20
19
|
'prettier-plugin-solidity',
|
|
21
20
|
'prettier-plugin-sort-json',
|
|
22
21
|
'prettier-plugin-sql',
|
|
23
|
-
'prettier-plugin-svelte',
|
|
24
|
-
|
|
22
|
+
// 'prettier-plugin-svelte',
|
|
25
23
|
// 'prettier-plugin-tailwindcss',
|
|
26
24
|
],
|
|
27
25
|
|
|
@@ -34,7 +32,7 @@ export default {
|
|
|
34
32
|
...jsdoc,
|
|
35
33
|
...pug,
|
|
36
34
|
...sortJson,
|
|
37
|
-
...svelte,
|
|
35
|
+
// ...svelte,
|
|
38
36
|
// ...tailwindcss,
|
|
39
37
|
...xml,
|
|
40
38
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-prettier",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.6.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "prettier config",
|
|
6
6
|
"keywords": [
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@prettier/plugin-php": "^0.22.2",
|
|
37
37
|
"@prettier/plugin-pug": "^3.0.0",
|
|
38
38
|
"@prettier/plugin-ruby": "^4.0.4",
|
|
39
|
-
"@prettier/plugin-xml": "^3.
|
|
39
|
+
"@prettier/plugin-xml": "^3.3.1",
|
|
40
40
|
"prettier": "^3.2.5",
|
|
41
41
|
"prettier-plugin-jsdoc": "^1.3.0",
|
|
42
42
|
"prettier-plugin-packagejson": "^2.4.10",
|
|
@@ -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.1
|
|
47
|
+
"prettier-plugin-svelte": "^3.2.1",
|
|
48
48
|
"prettier-plugin-tailwindcss": "^0.5.11"
|
|
49
49
|
},
|
|
50
50
|
"engines": {
|