Skip to content

Commit eb2969f

Browse files
authored
Merge pull request #1 from coldfrontlabs/eslintyaml
fix(eslint): add yaml dependency
2 parents 2002a3f + 80af995 commit eb2969f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"eslint-plugin-jsx-a11y": "^6.4.1",
4242
"eslint-plugin-prettier": "^4.0.0",
4343
"eslint-plugin-react": "^7.26.0",
44-
"eslint-plugin-react-hooks": "^4.2.0"
44+
"eslint-plugin-react-hooks": "^4.2.0",
45+
"eslint-plugin-yml": "^0.12.0",
4546
},
4647
"peerDependencies": {
4748
"eslint": "^7.8.1",

0 commit comments

Comments
 (0)