@eclipse-scout/eslint-config 11.0.42 → 22.0.0-beta.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/README.md +3 -3
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
<a href="https://ci.eclipse.org/scout/view/Scout%20Nightly%20Jobs/job/scout-integration-
|
|
7
|
-
<a href="https://ci.eclipse.org/scout/view/Scout%20Nightly%20Jobs/job/scout-integration-
|
|
6
|
+
<a href="https://ci.eclipse.org/scout/view/Scout%20Nightly%20Jobs/job/scout-integration-22.0-RT-nightly_pipeline/" target="_blank" rel="noopener noreferrer"><img alt="Jenkins" src="https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fci.eclipse.org%2Fscout%2Fview%2FScout%2520Nightly%2520Jobs%2Fjob%2Fscout-integration-22.0-RT-nightly_pipeline%2F"></a>
|
|
7
|
+
<a href="https://ci.eclipse.org/scout/view/Scout%20Nightly%20Jobs/job/scout-integration-22.0-RT-nightly_pipeline/" target="_blank" rel="noopener noreferrer"><img alt="Jenkins tests" src="https://img.shields.io/jenkins/tests?compact_message&jobUrl=https%3A%2F%2Fci.eclipse.org%2Fscout%2Fview%2FScout%2520Nightly%2520Jobs%2Fjob%2Fscout-integration-22.0-RT-nightly_pipeline%2F"></a>
|
|
8
8
|
<a href="https://www.npmjs.com/package/@eclipse-scout/eslint-config" target="_blank" rel="noopener noreferrer"><img alt="npm" src="https://img.shields.io/npm/dm/@eclipse-scout/eslint-config"></a>
|
|
9
9
|
<a href="https://www.eclipse.org/legal/epl-v10.html" target="_blank" rel="noopener noreferrer"><img alt="NPM" src="https://img.shields.io/npm/l/@eclipse-scout/eslint-config"></a>
|
|
10
10
|
<a href="https://www.npmjs.com/package/@eclipse-scout/eslint-config" target="_blank" rel="noopener noreferrer"><img alt="npm (scoped)" src="https://img.shields.io/npm/v/@eclipse-scout/eslint-config"></a>
|
|
@@ -22,7 +22,7 @@ Once the `@eclipse-scout/eslint-config` package is installed, you can use it by
|
|
|
22
22
|
your [ESLint configuration](https://eslint.org/docs/user-guide/configuring).
|
|
23
23
|
|
|
24
24
|
```js
|
|
25
|
-
{
|
|
25
|
+
module.exports = {
|
|
26
26
|
extends: '@eclipse-scout',
|
|
27
27
|
rules: {
|
|
28
28
|
// Additional, per-project rules...
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eclipse-scout/eslint-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "22.0.0-beta.0",
|
|
4
4
|
"description": "ESLint shareable config for the Scout style",
|
|
5
5
|
"author": "BSI Business Systems Integration AG",
|
|
6
6
|
"homepage": "https://www.eclipse.org/scout",
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
},
|
|
11
11
|
"license": "EPL-1.0",
|
|
12
12
|
"engines": {
|
|
13
|
-
"node": ">=
|
|
14
|
-
"npm": ">=
|
|
15
|
-
"pnpm": ">=
|
|
13
|
+
"node": ">=16.13.0",
|
|
14
|
+
"npm": ">=8.1.0",
|
|
15
|
+
"pnpm": ">=6.22.2"
|
|
16
16
|
},
|
|
17
17
|
"keywords": [
|
|
18
18
|
"scout",
|
|
@@ -38,21 +38,21 @@
|
|
|
38
38
|
"files": [
|
|
39
39
|
"src"
|
|
40
40
|
],
|
|
41
|
-
"scripts": {
|
|
42
|
-
"snapshot-cleanup": "releng-scripts snapshot-cleanup",
|
|
43
|
-
"snapshot-predependency": "releng-scripts snapshot-install-dependency",
|
|
44
|
-
"snapshot-postdependency": "releng-scripts snapshot-publish-dependency",
|
|
45
|
-
"release-predependency": "releng-scripts release-install-dependency",
|
|
46
|
-
"release-postdependency": "releng-scripts release-publish-dependency"
|
|
47
|
-
},
|
|
48
41
|
"devDependencies": {
|
|
49
|
-
"@eclipse-scout/releng": "^
|
|
50
|
-
"eslint": "
|
|
42
|
+
"@eclipse-scout/releng": "^22.0.0",
|
|
43
|
+
"eslint": "8.5.0"
|
|
51
44
|
},
|
|
52
45
|
"dependencies": {
|
|
53
46
|
"eslint-config-google": "0.14.0"
|
|
54
47
|
},
|
|
55
48
|
"peerDependencies": {
|
|
56
|
-
"eslint": ">=
|
|
49
|
+
"eslint": ">=8.5.0"
|
|
50
|
+
},
|
|
51
|
+
"scripts": {
|
|
52
|
+
"cleanup:snapshots": "releng-scripts cleanup:snapshots",
|
|
53
|
+
"version:snapshot:dependencies": "releng-scripts version:snapshot:dependencies",
|
|
54
|
+
"version:snapshot": "releng-scripts version:snapshot",
|
|
55
|
+
"version:release:dependencies": "releng-scripts version:release:dependencies",
|
|
56
|
+
"version:release": "releng-scripts version:release"
|
|
57
57
|
}
|
|
58
58
|
}
|