Skip to content
Snippets Groups Projects
Commit aa8de6be authored by Albin Henriksson's avatar Albin Henriksson
Browse files

#2: Added node environment to eslint

parent dca61f9c
No related branches found
No related tags found
2 merge requests!8Issue/2 test front end,!6Issue/2 test front end
module.exports = {
"env": {
"browser": true,
"es2021": true
"es2021": true,
"node": true
},
"extends": [
"eslint:recommended",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment