From d9eb36872fb4d798d242a2b51c9e07f5bd060039 Mon Sep 17 00:00:00 2001 From: Konstantin Tsabolov <1006564+tsabolov@users.noreply.github.com> Date: Wed, 22 Nov 2023 10:27:15 +0100 Subject: [PATCH] chore: un-ignore ssi-abstraction in eslint config --- .eslintignore | 3 --- package.json | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.eslintignore b/.eslintignore index 6dfaa39..3df07d8 100644 --- a/.eslintignore +++ b/.eslintignore @@ -16,6 +16,3 @@ node_modules apps/**/dist compose documentation - -# Ignore ssi-abstraction for now -apps/ssi-abstraction diff --git a/package.json b/package.json index 9ebeb99..92df10c 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "devDependencies": { "@commitlint/cli": "^18.4.2", "@commitlint/config-conventional": "^18.4.2", - "@typescript-eslint/eslint-plugin": "^6.11.0", - "@typescript-eslint/parser": "^6.11.0", + "@typescript-eslint/eslint-plugin": "^6.12.0", + "@typescript-eslint/parser": "^6.12.0", "eslint": "^8.54.0", "eslint-config-prettier": "^9.0.0", "eslint-import-resolver-typescript": "^3.6.1", @@ -31,4 +31,4 @@ "lint-staged": "^15.1.0", "prettier": "^3.1.0" } -} +} \ No newline at end of file -- GitLab