Skip to content

Commit 696cf86

Browse files
authored
ESLint: Add yarn lint:inspect command (#5309)
Uses @eslint/config-inspector to generate a report of our current ESLint configuraton.
1 parent a1cd027 commit 696cf86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"type:test": "cd docs && yarn && yarn test",
1515
"lint": "node scripts/check_licenses.js && eslint . --max-warnings 0 && yarn audit",
1616
"lint:fix": "node scripts/check_licenses.js && eslint . --max-warnings 0 --fix && yarn audit",
17+
"lint:inspect": "npx @eslint/config-inspector@latest",
1718
"release:proposal": "node scripts/release/proposal",
1819
"services": "node ./scripts/install_plugin_modules && node packages/dd-trace/test/setup/services",
1920
"test": "SERVICES=* yarn services && mocha --expose-gc 'packages/dd-trace/test/setup/node.js' 'packages/*/test/**/*.spec.js'",

0 commit comments

Comments
 (0)