File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 22
22
},
23
23
24
24
"env": {
25
+ "node": true,
26
+ "es2020": true,
25
27
"browser": false, // browser global variables.
26
28
"node": false, // Node.js global variables and Node.js-specific rules.
27
29
"amd": false, // defines require() and define() as global variables as per the amd spec.
44
46
"rules": {
45
47
////////// Possible Errors //////////
46
48
47
- "no-comma-dangle": "off" , // disallow trailing commas in object literals
49
+ "no-comma-dangle": 0 , // disallow trailing commas in object literals
48
50
"no-cond-assign": 0, // disallow assignment in conditional expressions
49
51
"no-console": 0, // disallow use of console (off by default in the node environment)
50
52
"no-constant-condition": 0, // disallow use of constant expressions in conditions
You can’t perform that action at this time.
0 commit comments