From 5515cd6f6b3f103d28c803c03e5081017dad5c4e Mon Sep 17 00:00:00 2001 From: Jonathan Berger Date: Fri, 10 Nov 2023 15:50:33 +0100 Subject: [PATCH] Fix .eslintrc.js example in README.md Change-type: patch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1927369..fc53015 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Manually create these config files in your project root: `.eslintrc.js` ```js -{ +module.exports = { "extends": [ "./node_modules/@balena/lint/config/.eslintrc.js" ]