@commencis/eslint-plugin 2.0.0 → 2.1.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 +4 -4
- package/dist/index.js +4 -4
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -149,7 +149,7 @@ var rules_default = {
|
|
|
149
149
|
// package.json
|
|
150
150
|
var package_default = {
|
|
151
151
|
name: "@commencis/eslint-plugin",
|
|
152
|
-
version: "2.
|
|
152
|
+
version: "2.1.0",
|
|
153
153
|
description: "Commencis ESLint plugin",
|
|
154
154
|
author: "Commencis WEB Team",
|
|
155
155
|
license: "Apache-2.0",
|
|
@@ -160,7 +160,7 @@ var package_default = {
|
|
|
160
160
|
},
|
|
161
161
|
repository: {
|
|
162
162
|
type: "git",
|
|
163
|
-
url: "
|
|
163
|
+
url: "https://github.com/Commencis/js-toolkit.git",
|
|
164
164
|
directory: "packages/eslint-plugin"
|
|
165
165
|
},
|
|
166
166
|
publishConfig: {
|
|
@@ -183,10 +183,10 @@ var package_default = {
|
|
|
183
183
|
"lint:types": "tsc --noEmit"
|
|
184
184
|
},
|
|
185
185
|
dependencies: {
|
|
186
|
-
"@typescript-eslint/utils": "8.
|
|
186
|
+
"@typescript-eslint/utils": "8.49.0"
|
|
187
187
|
},
|
|
188
188
|
devDependencies: {
|
|
189
|
-
"@commencis/ts-config": "0.0
|
|
189
|
+
"@commencis/ts-config": "1.0.0",
|
|
190
190
|
tsup: "8.5.1",
|
|
191
191
|
typescript: "5.9.3"
|
|
192
192
|
}
|
package/dist/index.js
CHANGED
|
@@ -123,7 +123,7 @@ var rules_default = {
|
|
|
123
123
|
// package.json
|
|
124
124
|
var package_default = {
|
|
125
125
|
name: "@commencis/eslint-plugin",
|
|
126
|
-
version: "2.
|
|
126
|
+
version: "2.1.0",
|
|
127
127
|
description: "Commencis ESLint plugin",
|
|
128
128
|
author: "Commencis WEB Team",
|
|
129
129
|
license: "Apache-2.0",
|
|
@@ -134,7 +134,7 @@ var package_default = {
|
|
|
134
134
|
},
|
|
135
135
|
repository: {
|
|
136
136
|
type: "git",
|
|
137
|
-
url: "
|
|
137
|
+
url: "https://github.com/Commencis/js-toolkit.git",
|
|
138
138
|
directory: "packages/eslint-plugin"
|
|
139
139
|
},
|
|
140
140
|
publishConfig: {
|
|
@@ -157,10 +157,10 @@ var package_default = {
|
|
|
157
157
|
"lint:types": "tsc --noEmit"
|
|
158
158
|
},
|
|
159
159
|
dependencies: {
|
|
160
|
-
"@typescript-eslint/utils": "8.
|
|
160
|
+
"@typescript-eslint/utils": "8.49.0"
|
|
161
161
|
},
|
|
162
162
|
devDependencies: {
|
|
163
|
-
"@commencis/ts-config": "0.0
|
|
163
|
+
"@commencis/ts-config": "1.0.0",
|
|
164
164
|
tsup: "8.5.1",
|
|
165
165
|
typescript: "5.9.3"
|
|
166
166
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commencis/eslint-plugin",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "Commencis ESLint plugin",
|
|
5
5
|
"author": "Commencis WEB Team",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|
|
14
|
-
"url": "
|
|
14
|
+
"url": "https://github.com/Commencis/js-toolkit.git",
|
|
15
15
|
"directory": "packages/eslint-plugin"
|
|
16
16
|
},
|
|
17
17
|
"publishConfig": {
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"require": "./dist/index.cjs"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@typescript-eslint/utils": "8.
|
|
32
|
+
"@typescript-eslint/utils": "8.49.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@commencis/ts-config": "0.0
|
|
35
|
+
"@commencis/ts-config": "1.0.0",
|
|
36
36
|
"tsup": "8.5.1",
|
|
37
37
|
"typescript": "5.9.3"
|
|
38
38
|
},
|