File tree Expand file tree Collapse file tree 6 files changed +66
-152
lines changed
packages/datadog-plugin-graphql/src/tools Expand file tree Collapse file tree 6 files changed +66
-152
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,9 @@ export default [
49
49
'integration-tests/debugger/target-app/source-map-support/typescript.js' , // Generated
50
50
'integration-tests/esbuild/out.js' , // Generated
51
51
'integration-tests/esbuild/aws-sdk-out.js' , // Generated
52
+ 'packages/datadog-plugin-graphql/src/tools/index.js' , // Inlined from apollo-graphql
53
+ 'packages/datadog-plugin-graphql/src/tools/signature.js' , // Inlined from apollo-graphql
54
+ 'packages/datadog-plugin-graphql/src/tools/transforms.js' , // Inlined from apollo-graphql
52
55
'packages/dd-trace/src/guardrails/**/*' // Guardrails contain very old JS
53
56
]
54
57
} ,
Original file line number Diff line number Diff line change 137
137
"eslint-plugin-mocha" : " ^10.5.0" ,
138
138
"eslint-plugin-n" : " ^17.20.0" ,
139
139
"eslint-plugin-promise" : " ^7.2.1" ,
140
- "eslint-plugin-unicorn" : " ^57 .0.0 " ,
140
+ "eslint-plugin-unicorn" : " ^59 .0.1 " ,
141
141
"express" : " ^4.21.2" ,
142
142
"get-port" : " ^5.1.1" ,
143
143
"glob" : " ^7.2.3" ,
Original file line number Diff line number Diff line change 1
- /* eslint-disable unicorn/no-abusive-eslint-disable */
2
- /* eslint-disable */
3
1
// file mostly untouched from apollo-graphql
4
2
5
3
"use strict" ;
Original file line number Diff line number Diff line change 1
- /* eslint-disable unicorn/no-abusive-eslint-disable */
2
- /* eslint-disable */
3
1
// file mostly untouched from apollo-graphql
4
2
5
3
"use strict" ;
Original file line number Diff line number Diff line change 1
- /* eslint-disable unicorn/no-abusive-eslint-disable */
2
- /* eslint-disable */
3
1
// file mostly untouched from apollo-graphql
4
2
5
3
"use strict" ;
You can’t perform that action at this time.
0 commit comments