@putout/engine-loader 15.3.1 → 15.3.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.
- package/README.md +0 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -74,7 +74,6 @@ const rules = {
|
|
|
74
74
|
};
|
|
75
75
|
|
|
76
76
|
const plugins = loadPlugins({
|
|
77
|
-
cache: true, //default
|
|
78
77
|
pluginNames,
|
|
79
78
|
rules,
|
|
80
79
|
});
|
|
@@ -112,7 +111,6 @@ const rules = {
|
|
|
112
111
|
};
|
|
113
112
|
|
|
114
113
|
const plugins = await loadPluginsAsync({
|
|
115
|
-
cache: true, //default
|
|
116
114
|
pluginNames,
|
|
117
115
|
rules,
|
|
118
116
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@putout/engine-loader",
|
|
3
|
-
"version": "15.3.
|
|
3
|
+
"version": "15.3.3",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
6
6
|
"description": "load plugins and prepare them to run",
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"putout": "*"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
+
"@putout/eslint-flat": "^2.0.0",
|
|
42
43
|
"@putout/formatter-progress": "*",
|
|
43
44
|
"@putout/plugin-apply-nullish-coalescing": "*",
|
|
44
45
|
"@putout/plugin-convert-commonjs-to-esm": "*",
|
|
@@ -49,10 +50,9 @@
|
|
|
49
50
|
"c8": "^10.0.0",
|
|
50
51
|
"eslint": "^9.0.0",
|
|
51
52
|
"eslint-plugin-n": "^17.0.0",
|
|
52
|
-
"eslint-plugin-putout": "^
|
|
53
|
+
"eslint-plugin-putout": "^25.0.1",
|
|
53
54
|
"estrace": "*",
|
|
54
55
|
"just-camel-case": "^6.2.0",
|
|
55
|
-
"lerna": "^6.0.1",
|
|
56
56
|
"madrun": "^10.0.0",
|
|
57
57
|
"mock-require": "^3.0.3",
|
|
58
58
|
"montag": "^1.0.0",
|