Skip to content

Commit b3a5c02

Browse files
authored
Merge branch 'dev' into sebastienlevert/v4-js-e2e
2 parents 2098f52 + 5081f92 commit b3a5c02

File tree

15 files changed

+14814
-2908
lines changed

15 files changed

+14814
-2908
lines changed

.eslintrc.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@
99
"@typescript-eslint/no-unused-vars": "error",
1010
"@typescript-eslint/no-explicit-any": "off",
1111
"@typescript-eslint/explicit-module-boundary-types": "off",
12-
"prettier/prettier": "error",
12+
"prettier/prettier": [
13+
"error",
14+
{
15+
"endOfLine": "auto"
16+
}
17+
],
1318
"@typescript-eslint/no-var-requires": "error",
1419
"@typescript-eslint/no-non-null-assertion": "error",
1520
"@typescript-eslint/naming-convention": [

0 commit comments

Comments
 (0)