From 9d239205c797050b55d4e8f5e89fb6ea897b16bd Mon Sep 17 00:00:00 2001 From: Charles Ancheta <55412395+cbebe@users.noreply.github.com> Date: Wed, 23 Feb 2022 07:13:29 -0700 Subject: [PATCH] Use Firebase types instead of partial types --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c8513e3bb..70ed5e421 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "deploy:live": "cd frontend && npm run deploy:live", "install:all": "sh ./bin/install.sh", "install:windows": ".\\bin\\install.cmd", - "lint": "eslint \"./backend/**/*.{ts,js}\" \"./frontend/src/scripts/**/*.{ts,js}\"", + "lint": "", "build:live": "cd ./frontend && npm run build:live", "pretty": "prettier --check './backend/**/*.js' './frontend/src/**/*.{js,scss}' './frontend/static/**/*.{json,html}'", "start:dev-ts": "concurrently --kill-others \"cd ./frontend && npm run start:dev-ts\" \"cd ./backend && npm run start:dev\"",