Skip to content

Commit 1c9ee2e

Browse files
committed
lint all js files
1 parent cb6c3ca commit 1c9ee2e

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
@@ -4,9 +4,9 @@
44
"description": "Render Amazon ECS task definition file",
55
"main": "index.js",
66
"scripts": {
7-
"lint": "eslint index.js",
7+
"lint": "eslint **.js",
88
"package": "ncc build index.js -o dist",
9-
"test": "eslint index.js && jest --coverage"
9+
"test": "eslint **.js && jest --coverage"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)