Skip to content

Commit

Permalink
Update eslint.config.mjs rules
Browse files Browse the repository at this point in the history
  • Loading branch information
seneyu committed Oct 19, 2024
1 parent 588d0b9 commit e184d02
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion mlflow/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
{
ignores: ['docs'],
ignores: ['docs', 'lib/**'],
},
{
rules: {
'@typescript-eslint/no-explicit-any': 'off',
'no-console': 'off',
},
}
);

0 comments on commit e184d02

Please sign in to comment.