Skip to content

Commit 8a7e65d

Browse files
committed
feat: fix tests
Signed-off-by: Ruben Romero Montes <[email protected]>
1 parent cb95607 commit 8a7e65d

File tree

8 files changed

+795
-1554
lines changed

8 files changed

+795
-1554
lines changed

.eslintrc.json

+27-27
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
2-
"root": true,
3-
"extends": [
4-
"eslint:recommended",
5-
"plugin:editorconfig/all"
6-
],
7-
"parserOptions": {
8-
"ecmaVersion": 2022,
9-
"sourceType": "module"
10-
},
11-
"env": {
12-
"node": true,
13-
"mocha": true,
14-
"es6": true
15-
},
16-
"plugins": [
17-
"editorconfig"
18-
],
19-
"rules": {
20-
"curly": "warn",
21-
"eqeqeq": "warn",
22-
"no-throw-literal": "warn",
23-
"sort-imports":"warn"
24-
},
25-
"ignorePatterns": [
26-
"integration"
27-
]
28-
}
2+
"root": true,
3+
"extends": [
4+
"eslint:recommended",
5+
"plugin:editorconfig/all"
6+
],
7+
"parserOptions": {
8+
"ecmaVersion": 2022,
9+
"sourceType": "module"
10+
},
11+
"env": {
12+
"node": true,
13+
"mocha": true,
14+
"es6": true
15+
},
16+
"plugins": [
17+
"editorconfig"
18+
],
19+
"rules": {
20+
"curly": "warn",
21+
"eqeqeq": "warn",
22+
"no-throw-literal": "warn",
23+
"sort-imports": "warn"
24+
},
25+
"ignorePatterns": [
26+
"integration"
27+
]
28+
}

0 commit comments

Comments
 (0)