Skip to content

Commit e004088

Browse files
committed
Update rules
1 parent 86cbed1 commit e004088

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • packages/eslint-config-base-typescript

packages/eslint-config-base-typescript/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ module.exports = {
1010
'@typescript-eslint',
1111
],
1212
rules: {
13-
'@typescript-eslint/explicit-function-return-type': 'off',
13+
'@typescript-eslint/explicit-function-return-type': ['warn'],
1414
'@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }],
15-
'@typescript-eslint/interface-name-prefix': 'off',
16-
'@typescript-eslint/explicit-module-boundary-types': 'off',
1715
'@typescript-eslint/no-explicit-any': ['error'],
1816
},
1917
};

0 commit comments

Comments
 (0)