Skip to content

Commit beaf046

Browse files
committed
updated npm run lint
1 parent 2aab235 commit beaf046

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

mlflow/eslint.config.mjs

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

mlflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"clean": "rimraf lib",
1616
"build": "npm run clean && tsc -p tsconfig.json && tsc-alias -p tsconfig.json",
1717
"test": "",
18-
"lint": "eslint .",
18+
"lint": "eslint src",
1919
"docs": ""
2020
},
2121
"keywords": [

0 commit comments

Comments
 (0)