Skip to content

Commit 0b23877

Browse files
committed
force type (instead of interface) as consistent type definitions
1 parent b397c27 commit 0b23877

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ts.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ module.exports = {
5858
'allowNever': false,
5959
}
6060
],
61+
'@typescript-eslint/consistent-type-definitions': [
62+
'error',
63+
'type'
64+
],
6165
'import/order': [
6266
'error',
6367
{

0 commit comments

Comments
 (0)