We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52947af commit 4053841Copy full SHA for 4053841
.changeset/bright-fishes-film.md
@@ -0,0 +1,5 @@
1
+---
2
+"aws-sdk-js-codemod": patch
3
4
+
5
+Run yarn lint on all source files
package.json
@@ -28,7 +28,7 @@
28
},
29
"scripts": {
30
"build": "tsc",
31
- "lint": "eslint 'src/*.ts'",
+ "lint": "eslint 'src/**/*.ts'",
32
"release": "yarn build && changeset publish",
33
"test": "jest"
34
0 commit comments