We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent f83ad7b commit 17e3376Copy full SHA for 17e3376
Makefile
@@ -119,7 +119,7 @@ lint: ##@0 run eslint & tslint
119
120
package-lint-%: ##@1 packages run eslint on package
121
@echo "${YELLOW}Running eslint on package ${WHITE}@nivo/${*}${RESET}"
122
- @yarn eslint ./packages/${*}/{src,tests}
+ @yarn eslint ./packages/${*}/{src,tests}/**/*.{js,ts,tsx}
123
124
packages-lint: ##@1 packages run eslint on all packages
125
@echo "${YELLOW}Running eslint on all packages${RESET}"
0 commit comments