Skip to content

Commit 6682664

Browse files
committed
chore(eslint): disable no-useless-escape rule
1 parent 26d62aa commit 6682664

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/clients/src/api/.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"no-underscore-dangle": ["error", { "allowAfterThis": true }],
99
"deprecation/deprecation": "off",
1010
"no-restricted-syntax": "off",
11-
"@typescript-eslint/consistent-type-definitions": "off"
11+
"@typescript-eslint/consistent-type-definitions": "off",
12+
"no-useless-escape": "off"
1213
}
1314
}

0 commit comments

Comments
 (0)