conflicting rule
This commit is contained in:
parent
10a9026442
commit
d14a08034b
1
index.js
1
index.js
@ -44,6 +44,7 @@ module.exports = {
|
|||||||
leadingUnderscore: 'require'
|
leadingUnderscore: 'require'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
'@typescript-eslint/no-use-before-define': 'off',
|
||||||
'id-match': ['error', '^([a-z][a-z0-9_]*|[A-Z][a-zA-Z]*)$', { onlyDeclarations: true }]
|
'id-match': ['error', '^([a-z][a-z0-9_]*|[A-Z][a-zA-Z]*)$', { onlyDeclarations: true }]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user