gulp-eslint-new 2.6.1 → 2.6.2
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 +4 -0
- package/package.json +8 -7
package/README.md
CHANGED
|
@@ -141,6 +141,10 @@ See the linked content for details about each option.
|
|
|
141
141
|
* [`quiet`](#optionsquiet)
|
|
142
142
|
* [`warnIgnored`](#optionswarnignored)
|
|
143
143
|
|
|
144
|
+
**Suppressions options**
|
|
145
|
+
* [`applySuppressions`][linting options] (ESLint ≥ v10.1)
|
|
146
|
+
* [`suppressionsLocation`][linting options] (ESLint ≥ v10.1)
|
|
147
|
+
|
|
144
148
|
**Other options**
|
|
145
149
|
* [`flags`][other options]
|
|
146
150
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gulp-eslint-new",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.2",
|
|
4
4
|
"description": "A gulp plugin to lint code with ESLint 8, 9 and 10.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"gulpplugin",
|
|
@@ -45,16 +45,17 @@
|
|
|
45
45
|
"eslint": "8 || 9 || 10",
|
|
46
46
|
"fancy-log": "^2.0.0",
|
|
47
47
|
"plugin-error": "^2.0.1",
|
|
48
|
-
"semver": "^7.7.
|
|
48
|
+
"semver": "^7.7.4",
|
|
49
49
|
"ternary-stream": "^3.0.0",
|
|
50
50
|
"vinyl-fs": "^4.0.2"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@eslint/js": "^8.57.1",
|
|
54
|
-
"@origin-1/eslint-config": "^1.
|
|
54
|
+
"@origin-1/eslint-config": "^1.15.0",
|
|
55
55
|
"@types/eslint__js": "^8.42.3",
|
|
56
|
-
"c8js": "^0.
|
|
57
|
-
"eslint-10.0": "npm:eslint@10.0
|
|
56
|
+
"c8js": "^0.9.1",
|
|
57
|
+
"eslint-10.0": "npm:eslint@10.0",
|
|
58
|
+
"eslint-10.x": "npm:eslint@10.x",
|
|
58
59
|
"eslint-8.0": "npm:eslint@8.0",
|
|
59
60
|
"eslint-8.21": "npm:eslint@8.21",
|
|
60
61
|
"eslint-8.x": "npm:eslint@8.x",
|
|
@@ -63,8 +64,8 @@
|
|
|
63
64
|
"eslint-config-~shareable": "file:test/config",
|
|
64
65
|
"eslint-formatter-~formatter": "file:test/formatter",
|
|
65
66
|
"eslint-formatter-compact": "^9.0.1",
|
|
66
|
-
"eslint-plugin-tsdoc": "^0.5.
|
|
67
|
-
"globals": "^17.
|
|
67
|
+
"eslint-plugin-tsdoc": "^0.5.2",
|
|
68
|
+
"globals": "^17.4.0",
|
|
68
69
|
"gulp": "^5.0.1",
|
|
69
70
|
"jiti": "^2.6.1",
|
|
70
71
|
"mocha": "^9.2.2",
|