We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
interface-name-prefix
1 parent eae37ab commit be71c95Copy full SHA for be71c95
lib/configs/typescript.js
@@ -5,6 +5,7 @@ module.exports = {
5
rules: {
6
camelcase: 'off',
7
'no-unused-vars': 'off',
8
+ '@typescript-eslint/interface-name-prefix': 'off',
9
'@typescript-eslint/array-type': ['error', {default: 'array-simple'}],
10
'@typescript-eslint/no-use-before-define': 'off',
11
'@typescript-eslint/explicit-member-accessibility': 'off',
0 commit comments