chore: un-ignore ssi-abstraction in eslint config
... | ... | @@ -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 |
Please register or sign in to comment