Skip to content

Commit a7bffa9

Browse files
jag-jpozil
andcommitted
feat: added node env for LWC tests in ESLint config (#401)
Co-authored-by: pozil <philippe.ozil@gmail.com> Co-authored-by: Philippe Ozil <5071767+pozil@users.noreply.github.com>
1 parent 90ce664 commit a7bffa9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/templates/src/templates/project/lwc.eslintrc.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"files": ["*.test.js"],
66
"rules": {
77
"@lwc/lwc/no-unexpected-wire-adapter-usages": "off"
8+
},
9+
"env": {
10+
"node": true
811
}
912
}
1013
]

0 commit comments

Comments
 (0)