Skip to content

Commit aeb16e0

Browse files
committed
chore: change script to include typescript
1 parent d5efd0f commit aeb16e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "yarn tsc",
88
"release": "release-it",
99
"test": "echo \"Error: no test specified\" && exit 1",
10-
"lint": "eslint ."
10+
"lint": "eslint src/**/*.ts"
1111
},
1212
"author": "Nader Dabit",
1313
"license": "ISC",
@@ -29,4 +29,4 @@
2929
"index.js",
3030
"lib"
3131
]
32-
}
32+
}

0 commit comments

Comments
 (0)