We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d62aa commit 6682664Copy full SHA for 6682664
packages/clients/src/api/.eslintrc
@@ -8,6 +8,7 @@
8
"no-underscore-dangle": ["error", { "allowAfterThis": true }],
9
"deprecation/deprecation": "off",
10
"no-restricted-syntax": "off",
11
- "@typescript-eslint/consistent-type-definitions": "off"
+ "@typescript-eslint/consistent-type-definitions": "off",
12
+ "no-useless-escape": "off"
13
}
14
0 commit comments