There was an error while loading. Please reload this page.
1 parent b397c27 commit 0b23877Copy full SHA for 0b23877
1 file changed
ts.js
@@ -58,6 +58,10 @@ module.exports = {
58
'allowNever': false,
59
}
60
],
61
+ '@typescript-eslint/consistent-type-definitions': [
62
+ 'error',
63
+ 'type'
64
+ ],
65
'import/order': [
66
'error',
67
{
0 commit comments