Skip to content

Commit f8ffe05

Browse files
committedMar 6, 2021
Update eslint pattern so we can commit
1 parent 8e7d25d commit f8ffe05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"develop": "concurrently npm:watch npm:storybook",
2929
"website": "lerna run start --scope=@gitgraph/website --stream",
3030
"deploy:website": "lerna run deploy --scope=@gitgraph/website --stream",
31-
"lint": "eslint packages/*/src/**/*.{ts,tsx,js,jsx}",
31+
"lint": "eslint packages/**/src/**/*.{ts,tsx}",
3232
"lint:fix": "npm run lint -- --fix",
3333
"pretest": "npm run build",
3434
"test": "jest",

0 commit comments

Comments
 (0)
Please sign in to comment.