@alexlit/lint-kit 152.3.1 → 152.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/lint-kit",
3
- "version": "152.3.1",
3
+ "version": "152.4.0",
4
4
  "private": false,
5
5
  "description": "Preset of configuration files and dependencies for linting web applications (designed for Vue.js with TypeScript)",
6
6
  "keywords": [
@@ -10,16 +10,15 @@ const DEFAULT_PLUGINS = {
10
10
  'xml': true,
11
11
  };
12
12
 
13
- const OPTIONAL_PLUGINS = { php: false, ruby: false, sql: false };
14
-
15
- const CODESTYLE_PLUGINS = { tailwindcss: false };
16
-
17
- const PLUGINS = {
18
- ...DEFAULT_PLUGINS,
19
- ...OPTIONAL_PLUGINS,
20
- ...CODESTYLE_PLUGINS,
13
+ const OPTIONAL_PLUGINS = {
14
+ php: false,
15
+ ruby: false,
16
+ sql: false,
17
+ tailwindcss: false,
21
18
  };
22
19
 
20
+ const PLUGINS = { ...DEFAULT_PLUGINS, ...OPTIONAL_PLUGINS };
21
+
23
22
  /**
24
23
  * Create plugins config list
25
24
  *
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-prettier",
3
- "version": "21.2.2",
3
+ "version": "21.3.0",
4
4
  "private": false,
5
5
  "description": "prettier config",
6
6
  "keywords": [
@@ -44,10 +44,10 @@
44
44
  "prettier-plugin-jsdoc": "^1.3.3",
45
45
  "prettier-plugin-packagejson": "^2.5.18",
46
46
  "prettier-plugin-sh": "^0.18.0",
47
- "prettier-plugin-solidity": "^2.0.0",
47
+ "prettier-plugin-solidity": "^2.1.0",
48
48
  "prettier-plugin-sort-json": "^4.1.1",
49
- "prettier-plugin-sql": "^0.19.1",
50
- "prettier-plugin-tailwindcss": "^0.6.13",
49
+ "prettier-plugin-sql": "^0.19.2",
50
+ "prettier-plugin-tailwindcss": "^0.6.14",
51
51
  "radash": "^12.1.1"
52
52
  },
53
53
  "engines": {