From 0c5b3bf3aea822acff13741bff64e45f6c7bc377 Mon Sep 17 00:00:00 2001 From: StevanFreeborn Date: Fri, 3 Feb 2023 12:49:54 -0600 Subject: [PATCH] fix: incorrect field status in getFieldsByAppId mock api data --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f7222f5..9bcc421 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "types": "dist/index.d.ts", "scripts": { "lint": "eslint --ignore-path .eslintignore --ext .js,.ts .", - "lint-fix-staged": "eslint --ignore-path .eslintignore --ext .js,.ts . --fix", + "lint-fix-staged": "eslint --fix --ignore-path .eslintignore --ext .js,.ts .", "format-staged": "pretty-quick --staged", "format": "pretty-quick", "build": "npm run tests && npm run format && tsc",