From 98a78de87b2a5abb8b5b00eac2e24e639e534a12 Mon Sep 17 00:00:00 2001 From: Caesar Bell Date: Fri, 3 Nov 2023 14:13:33 -0400 Subject: [PATCH] DOP-4114 (#934) :pencil: DOP-4114 updates the README to reflect latest command for lintting Co-authored-by: Caesar Bell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e58621e2..9074078ee 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ npm test // runs ~ jest --detectOpenHandles --coverage ``` cd worker npm install --dev -./node_modules/.bin/eslint . +npm run lint ``` See the [spec doc](https://docs.google.com/document/d/1XZOuuGmozcLQRSDitx0UWhZzJaS4opR1JVwZqDp-N4g/edit?usp=sharing) for more details.