Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed May 7, 2024
1 parent 057a63c commit 5c2736a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
"options": {"cacheableOperations": ["build", "types", "lint", "test"]}
"options": { "cacheableOperations": ["build", "types", "lint", "test"] }
}
},
"targetDefaults": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"test:coverage": "pnpm test -- -- --coverage"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"*.{js,jsx,ts,tsx,json}": [
"biome format --write"
],
"*.{md,mdx}": [
Expand Down
4 changes: 1 addition & 3 deletions packages/devtools-server/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"include": ["src", "types"],
"exclude": [
"src/client/**/*",
],
"exclude": ["src/client/**/*"],
"extends": "../../tsconfig.build.json",
"compilerOptions": {
"types": ["node"],
Expand Down

0 comments on commit 5c2736a

Please sign in to comment.