build: add missing eslint dependency to loot-core

This commit is contained in:
Tom French 2022-07-24 13:28:07 +01:00 committed by James Long
parent 2d9091f179
commit 1fb6e193f0
2 changed files with 2 additions and 0 deletions

View file

@ -46,6 +46,7 @@
"cross-env": "^7.0.3",
"damerau-levenshtein": "^1.0.4",
"date-fns": "2.0.0-alpha.27",
"eslint": "5.6.0",
"esm": "^3.0.82",
"fake-indexeddb": "^3.1.3",
"fast-check": "^2.11.0",

View file

@ -15302,6 +15302,7 @@ jest-snapshot@test:
damerau-levenshtein: ^1.0.4
date-fns: 2.0.0-alpha.27
deep-equal: ^2.0.5
eslint: 5.6.0
esm: ^3.0.82
fake-indexeddb: ^3.1.3
fast-check: ^2.11.0