From c684724293c0fb0e8703654f4d2b6568e1d5ca6f Mon Sep 17 00:00:00 2001 From: "S. Amir Mohammad Najafi" Date: Wed, 27 Dec 2023 19:08:28 +0330 Subject: [PATCH] chore(lint): add deprecated to ignore --- .eslintignore | 1 + package.json | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintignore b/.eslintignore index c30d5f88..81a6d5db 100644 --- a/.eslintignore +++ b/.eslintignore @@ -6,3 +6,4 @@ /uniquely/flight-finder-pwa node_modules _data +/deprecated diff --git a/package.json b/package.json index bf0395df..d9fe8dbc 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,7 @@ "yarn": ">=4.0.0" }, "workspaces": [ - "packages/*", - "demo" + "packages/*" ], "prettier": "@alwatr/prettier-config", "scripts": {