Skip to content
This repository was archived by the owner on Nov 13, 2021. It is now read-only.

Commit 439eea7

Browse files
committed
chore(lint): remove warnings
1 parent 1e54c4e commit 439eea7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
],
2121
"scripts": {
2222
"build": "tsdx build",
23-
"format": "tsdx lint --fix",
24-
"lint": "tsdx lint",
23+
"format": "tsdx lint src --fix",
24+
"lint": "tsdx lint src",
2525
"prepare": "tsdx build",
2626
"semantic-release": "semantic-release",
2727
"start": "tsdx watch",
@@ -80,6 +80,10 @@
8080
"node": true
8181
},
8282
"parser": "@typescript-eslint/parser",
83+
"parserOptions": {
84+
"ecmaVersion": 2019,
85+
"sourceType": "module"
86+
},
8387
"extends": [
8488
"eslint:recommended",
8589
"plugin:jest/recommended",

0 commit comments

Comments
 (0)