We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aab235 commit beaf046Copy full SHA for beaf046
mlflow/eslint.config.mjs
@@ -6,9 +6,6 @@ import tseslint from 'typescript-eslint';
6
export default tseslint.config(
7
eslint.configs.recommended,
8
...tseslint.configs.recommended,
9
- {
10
- ignores: ['docs', 'lib/**'],
11
- },
12
{
13
rules: {
14
'@typescript-eslint/no-explicit-any': 'off',
mlflow/package.json
@@ -15,7 +15,7 @@
15
"clean": "rimraf lib",
16
"build": "npm run clean && tsc -p tsconfig.json && tsc-alias -p tsconfig.json",
17
"test": "",
18
- "lint": "eslint .",
+ "lint": "eslint src",
19
"docs": ""
20
},
21
"keywords": [
0 commit comments