Skip to content

Commit d997f41

Browse files
committed
go
1 parent 42d174b commit d997f41

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.mega-linter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
DISABLE_LINTERS:
22
- TYPESCRIPT_STANDARD
3+
- TYPESCRIPT_PRETTIER
34
DISABLE_ERRORS_LINTERS:
45
- ACTION_ACTIONLINT
56
- SPELL_LYCHEE
67
FILTER_REGEX_EXCLUDE: (docs\/github-dependents-info\.md|package-lock\.json)
8+
TYPESCRIPT_DEFAULT_STYLE: prettier

lib/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
/* eslint-disable no-unused-vars */
23
/// <reference types="node" />
34

45
/**

0 commit comments

Comments
 (0)