Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(NODE-3245): mark symbols as internal remove from type definitions #2810

Merged
merged 9 commits into from
May 21, 2021
12 changes: 12 additions & 0 deletions etc/dts_lint_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint",
"autofix"
],
"rules": {
"autofix/no-unused-vars": "error",
"autofix/sort-imports": "error",
"no-duplicate-imports": "error"
}
}
Loading