Skip to content

Commit aceb6df

Browse files
committed
fix: lint error
1 parent c29d8f7 commit aceb6df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"build:r": "r",
3131
"build:ts": "tsc -P src",
3232
"lint": "run-p lint:*",
33-
"lint:es": "cross-env PARSER_NO_WATCH=true eslint . --cache --ext js,md,ts -f friendly",
33+
"lint:es": "eslint . --cache -f friendly",
3434
"lint:tsc": "tsc -P src --noEmit",
3535
"prepare": "simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0",
3636
"prerelease": "npm run build",

src/shim.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
declare module '@babel/helper-plugin-utils' {
22
import { ConfigAPI, PluginItem } from '@babel/core'
3+
34
export const declare: (
4-
// eslint-disable-next-line @typescript-eslint/ban-types
55
fn: (api: ConfigAPI, options: object) => PluginItem,
66
) => PluginItem
77
}

0 commit comments

Comments
 (0)