We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1cd027 commit 696cf86Copy full SHA for 696cf86
package.json
@@ -14,6 +14,7 @@
14
"type:test": "cd docs && yarn && yarn test",
15
"lint": "node scripts/check_licenses.js && eslint . --max-warnings 0 && yarn audit",
16
"lint:fix": "node scripts/check_licenses.js && eslint . --max-warnings 0 --fix && yarn audit",
17
+ "lint:inspect": "npx @eslint/config-inspector@latest",
18
"release:proposal": "node scripts/release/proposal",
19
"services": "node ./scripts/install_plugin_modules && node packages/dd-trace/test/setup/services",
20
"test": "SERVICES=* yarn services && mocha --expose-gc 'packages/dd-trace/test/setup/node.js' 'packages/*/test/**/*.spec.js'",
0 commit comments