diff --git a/Chat/package.json b/Chat/package.json index c61a6aa..e79e99e 100644 --- a/Chat/package.json +++ b/Chat/package.json @@ -12,9 +12,9 @@ "test": "", "prettier": "prettier --no-error-on-unmatched-pattern --write --config ./.prettierrc --ignore-path=../.prettierignore \"**/*.js\" \"**/*.jsx\" \"**/*.ts\" \"**/*.tsx\"", "prettier:check": "prettier --no-error-on-unmatched-pattern --check --config ./.prettierrc --ignore-path=./.prettierignore \"**/*.js\" \"**/*.jsx\" \"**/*.ts\" \"**/*.tsx\"", - "lint": "eslint */**/*.{ts,tsx}", - "lint:fix": "eslint */**/*.{ts,tsx} --fix", - "lint:quiet": "eslint */**/*.{ts,tsx} --quiet" + "lint": "eslint \"**/*.{ts,tsx}\"", + "lint:fix": "eslint **/*.{ts,tsx} --fix", + "lint:quiet": "eslint **/*.{ts,tsx} --quiet" }, "dependencies": { "@azure/abort-controller": "^1.1.0",