Skip to content

Commit

Permalink
Merge pull request #235 from solarwinds/dependabot/npm_and_yarn/lint-…
Browse files Browse the repository at this point in the history
…e079615f92

Bump the lint group with 1 update
  • Loading branch information
raphael-theriault-swi committed Feb 6, 2024
2 parents 570da3a + c1b8a37 commit d83310d
Show file tree
Hide file tree
Showing 17 changed files with 41 additions and 30 deletions.
11 changes: 11 additions & 0 deletions .yarn/versions/594404c6.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
declined:
- "@solarwinds-apm/bindings"
- "@solarwinds-apm/compat"
- "@solarwinds-apm/dependencies"
- "@solarwinds-apm/histogram"
- "@solarwinds-apm/instrumentations"
- "@solarwinds-apm/lazy"
- "@solarwinds-apm/module"
- "@solarwinds-apm/sdk"
- solarwinds-apm
- "@solarwinds-apm/test"
8 changes: 4 additions & 4 deletions examples/next-prisma/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"jsx": "preserve",
"plugins": [
{
"name": "next",
},
],
"name": "next"
}
]
},
"include": ["next-env.d.ts", ".next/types/**/*.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"],
"exclude": ["node_modules"]
}
2 changes: 1 addition & 1 deletion packages/bindings/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "../../tsconfig.base.test.json",
"extends": "../../tsconfig.base.test.json"
}
2 changes: 1 addition & 1 deletion packages/compat/test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "../../../tsconfig.base.test.json",
"references": [{ "path": ".." }],
"references": [{ "path": ".." }]
}
4 changes: 2 additions & 2 deletions packages/compat/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"include": ["./src"],
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"outDir": "./dist"
},
"references": [{ "path": ".." }],
"references": [{ "path": ".." }]
}
2 changes: 1 addition & 1 deletion packages/dependencies/test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "../../../tsconfig.base.test.json",
"references": [{ "path": ".." }],
"references": [{ "path": ".." }]
}
4 changes: 2 additions & 2 deletions packages/dependencies/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"include": ["./src"],
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"outDir": "./dist"
},
"references": [{ "path": ".." }],
"references": [{ "path": ".." }]
}
4 changes: 2 additions & 2 deletions packages/histogram/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"include": ["./src"],
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"outDir": "./dist"
},
"references": [{ "path": ".." }],
"references": [{ "path": ".." }]
}
4 changes: 2 additions & 2 deletions packages/instrumentations/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"include": ["./src"],
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"outDir": "./dist"
},
"references": [{ "path": ".." }],
"references": [{ "path": ".." }]
}
4 changes: 2 additions & 2 deletions packages/lazy/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"include": ["./src"],
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"outDir": "./dist"
},
"references": [{ "path": ".." }],
"references": [{ "path": ".." }]
}
4 changes: 2 additions & 2 deletions packages/module/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"include": ["./src"],
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"outDir": "./dist"
},
"references": [{ "path": ".." }],
"references": [{ "path": ".." }]
}
2 changes: 1 addition & 1 deletion packages/sdk/test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "../../../tsconfig.base.test.json",
"references": [{ "path": ".." }],
"references": [{ "path": ".." }]
}
4 changes: 2 additions & 2 deletions packages/sdk/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"include": ["./src", "./lib.d.ts"],
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"outDir": "./dist"
},
"references": [{ "path": ".." }],
"references": [{ "path": ".." }]
}
2 changes: 1 addition & 1 deletion packages/solarwinds-apm/test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "../../../tsconfig.base.test.json",
"references": [{ "path": ".." }],
"references": [{ "path": ".." }]
}
4 changes: 2 additions & 2 deletions packages/solarwinds-apm/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"include": ["./src"],
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"outDir": "./dist"
},
"references": [{ "path": ".." }],
"references": [{ "path": ".." }]
}
4 changes: 2 additions & 2 deletions packages/test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"include": ["./src"],
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"outDir": "./dist"
},
"references": [{ "path": ".." }],
"references": [{ "path": ".." }]
}
6 changes: 3 additions & 3 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d83310d

Please sign in to comment.