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