Skip to content

Commit

Permalink
build(app): fix lint errors in the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tericcabrel committed May 21, 2024
1 parent 2bf375e commit 02cc6e6
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions apps/core/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"ecmaVersion": 2023,
"sourceType": "module",
"project": [
"./apps/core/tsconfig.json",
"tsconfig.json"
"tsconfig.json",
"./apps/core/tsconfig.json"
]
}
}
4 changes: 2 additions & 2 deletions apps/functions/code-embed/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"ecmaVersion": 2023,
"sourceType": "module",
"project": [
"./apps/functions/code-embed/tsconfig.json",
"tsconfig.json"
"tsconfig.json",
"./apps/functions/code-embed/tsconfig.json"
]
}
}
4 changes: 2 additions & 2 deletions apps/web/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"ecmaVersion": 2021,
"sourceType": "module",
"project": [
"./apps/web/tsconfig.json",
"tsconfig.json"
"tsconfig.json",
"./apps/web/tsconfig.json"
]
},
"rules": {
Expand Down
4 changes: 2 additions & 2 deletions packages/embed/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"ecmaVersion": 2023,
"sourceType": "module",
"project": [
"./packages/embed/tsconfig.json",
"tsconfig.json"
"tsconfig.json",
"./packages/embed/tsconfig.json"
]
}
}
4 changes: 2 additions & 2 deletions packages/front/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"ecmaVersion": 2023,
"sourceType": "module",
"project": [
"./packages/logger/tsconfig.json",
"tsconfig.json"
"tsconfig.json",
"./packages/logger/tsconfig.json"
]
}
}
4 changes: 2 additions & 2 deletions packages/logger/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"ecmaVersion": 2023,
"sourceType": "module",
"project": [
"./packages/logger/tsconfig.json",
"tsconfig.json"
"tsconfig.json",
"./packages/logger/tsconfig.json"
]
}
}
4 changes: 2 additions & 2 deletions packages/utils/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"ecmaVersion": 2023,
"sourceType": "module",
"project": [
"./packages/utils/tsconfig.json",
"tsconfig.json"
"tsconfig.json",
"./packages/utils/tsconfig.json"
]
}
}

0 comments on commit 02cc6e6

Please sign in to comment.