Skip to content

Commit e184d02

Browse files
committed
Update eslint.config.mjs rules
1 parent 588d0b9 commit e184d02

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

mlflow/eslint.config.mjs

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ export default tseslint.config(
77
eslint.configs.recommended,
88
...tseslint.configs.recommended,
99
{
10-
ignores: ['docs'],
10+
ignores: ['docs', 'lib/**'],
11+
},
12+
{
13+
rules: {
14+
'@typescript-eslint/no-explicit-any': 'off',
15+
'no-console': 'off',
16+
},
1117
}
1218
);

0 commit comments

Comments
 (0)