diff --git a/force-app/main/default/lwc/.eslintrc.json b/force-app/main/default/lwc/.eslintrc.json index b3247135f..0fc06c089 100644 --- a/force-app/main/default/lwc/.eslintrc.json +++ b/force-app/main/default/lwc/.eslintrc.json @@ -5,6 +5,9 @@ "files": ["*.test.js"], "rules": { "@lwc/lwc/no-unexpected-wire-adapter-usages": "off" + }, + "env": { + "node": true } } ]