@commencis/eslint-plugin 1.0.0 → 1.0.1
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/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -118,12 +118,12 @@ var rules_default = {
|
|
|
118
118
|
// package.json
|
|
119
119
|
var package_default = {
|
|
120
120
|
name: "@commencis/eslint-plugin",
|
|
121
|
-
version: "
|
|
121
|
+
version: "1.0.1",
|
|
122
122
|
description: "Commencis ESLint plugin",
|
|
123
123
|
author: "Commencis WEB Team",
|
|
124
124
|
license: "Apache-2.0",
|
|
125
125
|
type: "module",
|
|
126
|
-
homepage: "https://github.com/Commencis/js-toolkit/packages/eslint-plugin#readme",
|
|
126
|
+
homepage: "https://github.com/Commencis/js-toolkit/tree/main/packages/eslint-plugin#readme",
|
|
127
127
|
bugs: {
|
|
128
128
|
url: "https://github.com/Commencis/js-toolkit/issues"
|
|
129
129
|
},
|
package/dist/index.js
CHANGED
|
@@ -92,12 +92,12 @@ var rules_default = {
|
|
|
92
92
|
// package.json
|
|
93
93
|
var package_default = {
|
|
94
94
|
name: "@commencis/eslint-plugin",
|
|
95
|
-
version: "
|
|
95
|
+
version: "1.0.1",
|
|
96
96
|
description: "Commencis ESLint plugin",
|
|
97
97
|
author: "Commencis WEB Team",
|
|
98
98
|
license: "Apache-2.0",
|
|
99
99
|
type: "module",
|
|
100
|
-
homepage: "https://github.com/Commencis/js-toolkit/packages/eslint-plugin#readme",
|
|
100
|
+
homepage: "https://github.com/Commencis/js-toolkit/tree/main/packages/eslint-plugin#readme",
|
|
101
101
|
bugs: {
|
|
102
102
|
url: "https://github.com/Commencis/js-toolkit/issues"
|
|
103
103
|
},
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commencis/eslint-plugin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Commencis ESLint plugin",
|
|
5
5
|
"author": "Commencis WEB Team",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"type": "module",
|
|
8
|
-
"homepage": "https://github.com/Commencis/js-toolkit/packages/eslint-plugin#readme",
|
|
8
|
+
"homepage": "https://github.com/Commencis/js-toolkit/tree/main/packages/eslint-plugin#readme",
|
|
9
9
|
"bugs": {
|
|
10
10
|
"url": "https://github.com/Commencis/js-toolkit/issues"
|
|
11
11
|
},
|