From 874ecd2f552625104b7d084ac1713a27e164bdce Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Tue, 9 Jul 2024 13:46:20 +0200 Subject: [PATCH] fix: Import proper eslint config --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 24ae56b..cfa892e 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "e2e-test": "mocha --exit --timeout 10m \"./test/functional/**/*-specs.js\"" }, "devDependencies": { - "@appium/eslint-config-appium": "^8.0.0", + "@appium/eslint-config-appium-ts": "^0.x", "@appium/test-support": "^3.0.0", "@appium/tsconfig": "^0.x", "@semantic-release/changelog": "^6.0.1",