Skip to content

Commit 00ec011

Browse files
committed
lint: ignore some new eslint rules
1 parent a49fb3d commit 00ec011

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.eslintrc.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ module.exports = {
3737
{
3838
files: ['*.ts'],
3939
extends: ['@metamask/eslint-config-typescript'],
40+
rules: {
41+
'@typescript-eslint/naming-convention': 'off',
42+
'n/no-process-env': 'off',
43+
'id-length': 'off',
44+
},
4045
},
4146

4247
{

0 commit comments

Comments
 (0)