eslint-plugin-yml 0.15.0 → 1.0.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 +5 -5
package/README.md
CHANGED
|
@@ -54,7 +54,7 @@ npm install --save-dev eslint eslint-plugin-yml
|
|
|
54
54
|
> **Requirements**
|
|
55
55
|
>
|
|
56
56
|
> - ESLint v6.0.0 and above
|
|
57
|
-
> - Node.js
|
|
57
|
+
> - Node.js v14.17.x, v16.x and above
|
|
58
58
|
|
|
59
59
|
<!--DOCS_IGNORE_END-->
|
|
60
60
|
|
|
@@ -220,9 +220,9 @@ You can verify the message files by checking and installing [@intlify/eslint-plu
|
|
|
220
220
|
|
|
221
221
|
<!--DOCS_IGNORE_START-->
|
|
222
222
|
|
|
223
|
-
|
|
223
|
+
## :traffic_light: Semantic Versioning Policy
|
|
224
224
|
|
|
225
|
-
**eslint-plugin-
|
|
225
|
+
**eslint-plugin-yml** follows [Semantic Versioning](http://semver.org/) and [ESLint's Semantic Versioning Policy](https://github.com/eslint/eslint#semantic-versioning-policy).
|
|
226
226
|
|
|
227
227
|
## :beers: Contributing
|
|
228
228
|
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-yml",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "This ESLint plugin provides linting rules for YAML.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"files": [
|
|
7
7
|
"lib"
|
|
8
8
|
],
|
|
9
9
|
"engines": {
|
|
10
|
-
"node": "^
|
|
10
|
+
"node": "^14.17.0 || >=16.0.0"
|
|
11
11
|
},
|
|
12
12
|
"scripts": {
|
|
13
13
|
"prebuild": "npm run -s clean",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"debug": "^4.3.2",
|
|
53
53
|
"lodash": "^4.17.21",
|
|
54
54
|
"natural-compare": "^1.4.0",
|
|
55
|
-
"yaml-eslint-parser": "^0.
|
|
55
|
+
"yaml-eslint-parser": "^1.0.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"eslint": ">=6.0.0"
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
"eslint-plugin-node-dependencies": "^0.8.0",
|
|
85
85
|
"eslint-plugin-prettier": "^4.0.0",
|
|
86
86
|
"eslint-plugin-regexp": "^1.0.0",
|
|
87
|
-
"eslint-plugin-vue": "^
|
|
88
|
-
"eslint-plugin-yml": "^0.
|
|
87
|
+
"eslint-plugin-vue": "^9.0.0",
|
|
88
|
+
"eslint-plugin-yml": "^0.15.0",
|
|
89
89
|
"eslint4b": "^7.3.1",
|
|
90
90
|
"espree": "^9.0.0",
|
|
91
91
|
"mocha": "^10.0.0",
|