fix(core): add eslint-plugin-nx to workspace package group

This commit is contained in:
Jo Hanna Pearce 2020-07-10 13:24:35 +01:00 committed by Jo Hanna Pearce
parent aecba505dd
commit fd89c35da6

View File

@ -43,7 +43,8 @@
"@nrwl/nx-plugin",
"@nrwl/react",
"@nrwl/storybook",
"@nrwl/web"
"@nrwl/web",
"@nrwl/eslint-plugin-nx"
]
},
"peerDependencies": {