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 42d174b commit d997f41Copy full SHA for d997f41
.mega-linter.yml
@@ -1,6 +1,8 @@
1
DISABLE_LINTERS:
2
- TYPESCRIPT_STANDARD
3
+ - TYPESCRIPT_PRETTIER
4
DISABLE_ERRORS_LINTERS:
5
- ACTION_ACTIONLINT
6
- SPELL_LYCHEE
7
FILTER_REGEX_EXCLUDE: (docs\/github-dependents-info\.md|package-lock\.json)
8
+TYPESCRIPT_DEFAULT_STYLE: prettier
lib/index.d.ts
@@ -1,4 +1,5 @@
+/* eslint-disable no-unused-vars */
/// <reference types="node" />
/**
0 commit comments