Skip to content

Commit ea2be5d

Browse files
kfuledead-claudia
authored andcommitted
add .eslintrc.js for async functions
1 parent 2c06423 commit ea2be5d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

render/tests/.eslintrc.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
"use strict"
2+
3+
module.exports = {
4+
"extends": "../../.eslintrc.js",
5+
"env": {
6+
"browser": null,
7+
"node": true,
8+
"es2022": true,
9+
},
10+
"parserOptions": {
11+
"ecmaVersion": 2022,
12+
},
13+
"rules": {
14+
"no-process-env": "off",
15+
},
16+
};

0 commit comments

Comments
 (0)