Skip to content

Commit 7b1cd9e

Browse files
committed
Remove datepickers from lint script
1 parent a947609 commit 7b1cd9e

File tree

2 files changed

+1
-34
lines changed

2 files changed

+1
-34
lines changed

package-lock.json

Lines changed: 0 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"scripts": {
44
"build:prod": "npm run build:prod --workspaces",
55
"build:jsx-highcharts": "npm run build:prod --workspace packages/react-jsx-highcharts",
6-
"lint": "eslint \"packages/!(react-jsx-highstock-datepickers)/+(src|test)/**\"",
6+
"lint": "eslint \"packages/*/+(src|test)/**\"",
77
"test": "npm run build:jsx-highcharts && jest",
88
"test:coverage": "npm run build:jsx-highcharts && jest --coverage",
99
"test:watch": "jest --watch"

0 commit comments

Comments
 (0)