Skip to content

Commit e7688e3

Browse files
committed
put ignores back in eslint
1 parent beaf046 commit e7688e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mlflow/eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ import tseslint from 'typescript-eslint';
66
export default tseslint.config(
77
eslint.configs.recommended,
88
...tseslint.configs.recommended,
9+
{
10+
ignores: ['docs', 'lib/**'],
11+
},
912
{
1013
rules: {
1114
'@typescript-eslint/no-explicit-any': 'off',

0 commit comments

Comments
 (0)