Skip to content

Commit 666bc50

Browse files
committed
chore: do not lint e2e src directory
It doesn't exist.
1 parent 9962d53 commit 666bc50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"scripts": {
1717
"build": "echo \"Nothing to build here\"",
18-
"lint": "eslint src/**/*.ts examples/**/*.ts",
18+
"lint": "eslint examples/**/*.ts",
1919
"pretest": "npm run build",
2020
"start": "cd test && serverless offline",
2121
"test": "npm run lint && npm run test:integration",

0 commit comments

Comments
 (0)