We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6fe39d commit 006f573Copy full SHA for 006f573
.eslintrc.json
@@ -4,8 +4,8 @@
4
"overrides": [
5
{
6
"files": ["*.yaml", "*.yml"],
7
- "plugins": ["yaml"],
8
- "extends": ["plugin:yaml/recommended"]
+ "plugins": ["yml"],
+ "extends": ["plugin:yml/standard"]
9
},
10
11
"files": ["*.md", "*.mdx"],
package.json
@@ -22,7 +22,7 @@
22
"eslint-config-prettier": "^8.5.0",
23
"eslint-plugin-mdx": "^1.16.0",
24
"eslint-plugin-prettier": "^4.2.1",
25
- "eslint-plugin-yaml": "^0.5.0",
+ "eslint-plugin-yml": "^1.2.0",
26
"husky": "^4.3.8",
27
"netlify-plugin-cache": "^1.0.3",
28
"prettier": "^2.7.1",
@@ -31,6 +31,6 @@
31
32
"resolutions": {
33
"trim": "^1.0.1",
34
- "ansi-regex": "^5.0.1"
+ "update-notifier": "^6.0.2"
35
}
36
0 commit comments