@commencis/eslint-plugin 3.1.0 → 3.2.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/CHANGELOG.md +6 -0
- package/dist/index.cjs +2 -3
- package/dist/index.mjs +2 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -90,7 +90,7 @@ var rules_default = { "copyright-text": copyright_text_default };
|
|
|
90
90
|
//#endregion
|
|
91
91
|
//#region package.json
|
|
92
92
|
var name = "@commencis/eslint-plugin";
|
|
93
|
-
var version = "3.
|
|
93
|
+
var version = "3.2.0";
|
|
94
94
|
|
|
95
95
|
//#endregion
|
|
96
96
|
//#region src/index.ts
|
|
@@ -112,7 +112,6 @@ Object.assign(plugin.configs, {
|
|
|
112
112
|
rules: { "@commencis/copyright-text": "off" }
|
|
113
113
|
}]
|
|
114
114
|
});
|
|
115
|
-
var src_default = plugin;
|
|
116
115
|
|
|
117
116
|
//#endregion
|
|
118
|
-
module.exports =
|
|
117
|
+
module.exports = plugin;
|
package/dist/index.mjs
CHANGED
|
@@ -90,7 +90,7 @@ var rules_default = { "copyright-text": copyright_text_default };
|
|
|
90
90
|
//#endregion
|
|
91
91
|
//#region package.json
|
|
92
92
|
var name = "@commencis/eslint-plugin";
|
|
93
|
-
var version = "3.
|
|
93
|
+
var version = "3.2.0";
|
|
94
94
|
|
|
95
95
|
//#endregion
|
|
96
96
|
//#region src/index.ts
|
|
@@ -112,7 +112,6 @@ Object.assign(plugin.configs, {
|
|
|
112
112
|
rules: { "@commencis/copyright-text": "off" }
|
|
113
113
|
}]
|
|
114
114
|
});
|
|
115
|
-
var src_default = plugin;
|
|
116
115
|
|
|
117
116
|
//#endregion
|
|
118
|
-
export {
|
|
117
|
+
export { plugin as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commencis/eslint-plugin",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"description": "Commencis ESLint plugin",
|
|
5
5
|
"author": "Commencis WEB Team",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"require": "./dist/index.cjs"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@typescript-eslint/utils": "8.
|
|
32
|
+
"@typescript-eslint/utils": "8.54.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@commencis/ts-config": "1.0.0"
|