There was an error while loading. Please reload this page.
1 parent feb7cf0 commit 17b8766Copy full SHA for 17b8766
1 file changed
ts.js
@@ -44,6 +44,16 @@ module.exports = {
44
],
45
'@typescript-eslint/member-delimiter-style': 'off',
46
'@typescript-eslint/explicit-function-return-type': 'off',
47
+ '@typescript-eslint/restrict-template-expressions': [
48
+ 'error',
49
+ {
50
+ 'allowNumber': true,
51
+ 'allowNullish': false,
52
+ 'allowBoolean': false,
53
+ 'allowRegExp': false,
54
+ 'allowNever': false,
55
+ }
56
+ ],
57
'import/order': [
58
'error',
59
{
0 commit comments