eslint-plugin-rxjs-x 0.4.0 → 0.4.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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }// package.json
|
|
2
2
|
var name = "eslint-plugin-rxjs-x";
|
|
3
|
-
var version = "0.4.
|
|
3
|
+
var version = "0.4.1";
|
|
4
4
|
|
|
5
5
|
// src/configs/recommended.ts
|
|
6
6
|
var createRecommendedConfig = (plugin2) => ({
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-rxjs-x",
|
|
3
3
|
"type": "commonjs",
|
|
4
|
-
"version": "0.4.
|
|
5
|
-
"packageManager": "yarn@4.5.
|
|
4
|
+
"version": "0.4.1",
|
|
5
|
+
"packageManager": "yarn@4.5.3+sha512.3003a14012e2987072d244c720506549c1aab73ee728208f1b2580a9fd67b92d61ba6b08fe93f6dce68fd771e3af1e59a0afa28dd242dd0940d73b95fedd4e90",
|
|
6
6
|
"description": "ESLint v9+ plugin for RxJS",
|
|
7
7
|
"author": "Jason Weinzierl <weinzierljason@gmail.com>",
|
|
8
8
|
"license": "MIT",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"lint-docs": "markdownlint-cli2 \"**/*.md\" \"#node_modules\"",
|
|
48
48
|
"lint-eslint-docs": "yarn build && eslint-doc-generator --check",
|
|
49
49
|
"docs": "eslint-doc-generator",
|
|
50
|
-
"release": "bumpp &&
|
|
50
|
+
"release": "bumpp && echo \"Create a new release in GitHub to trigger the publish workflow.\"",
|
|
51
51
|
"test": "vitest",
|
|
52
52
|
"coverage": "vitest run --coverage",
|
|
53
53
|
"typecheck": "tsc --noEmit"
|
|
@@ -72,10 +72,10 @@
|
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@eslint/js": "^9.14.0",
|
|
75
|
-
"@stylistic/eslint-plugin": "^2.
|
|
75
|
+
"@stylistic/eslint-plugin": "^2.11.0",
|
|
76
76
|
"@types/common-tags": "^1.8.4",
|
|
77
77
|
"@types/node": "~18.18.0",
|
|
78
|
-
"@typescript-eslint/rule-tester": "^8.
|
|
78
|
+
"@typescript-eslint/rule-tester": "^8.15.0",
|
|
79
79
|
"@typescript/vfs": "^1.6.0",
|
|
80
80
|
"@vitest/coverage-v8": "^2.1.5",
|
|
81
81
|
"@vitest/eslint-plugin": "^1.1.10",
|
|
@@ -86,12 +86,12 @@
|
|
|
86
86
|
"eslint-import-resolver-typescript": "^3.6.3",
|
|
87
87
|
"eslint-plugin-eslint-plugin": "^6.3.2",
|
|
88
88
|
"eslint-plugin-import-x": "^4.4.2",
|
|
89
|
-
"eslint-plugin-n": "^17.
|
|
89
|
+
"eslint-plugin-n": "^17.14.0",
|
|
90
90
|
"markdownlint-cli2": "^0.15.0",
|
|
91
91
|
"rxjs": "^7.8.1",
|
|
92
92
|
"tsup": "^8.3.5",
|
|
93
|
-
"typescript": "~5.
|
|
94
|
-
"typescript-eslint": "^8.
|
|
93
|
+
"typescript": "~5.7.2",
|
|
94
|
+
"typescript-eslint": "^8.15.0",
|
|
95
95
|
"vitest": "^2.1.5"
|
|
96
96
|
},
|
|
97
97
|
"engines": {
|