Skip to content

Commit 4053841

Browse files
authored
Run yarn lint on all source files (#90)
1 parent 52947af commit 4053841

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/bright-fishes-film.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"aws-sdk-js-codemod": patch
3+
---
4+
5+
Run yarn lint on all source files

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"scripts": {
3030
"build": "tsc",
31-
"lint": "eslint 'src/*.ts'",
31+
"lint": "eslint 'src/**/*.ts'",
3232
"release": "yarn build && changeset publish",
3333
"test": "jest"
3434
},

0 commit comments

Comments
 (0)