Skip to content

Commit 859c6fc

Browse files
committed
lint: Include *.tsx files in lint
1 parent 505b426 commit 859c6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"scripts": {
4141
"test": "jest",
42-
"lint": "eslint 'src/**/*.ts'",
42+
"lint": "eslint 'src/**/*.ts' 'src/**/*.tsx'",
4343
"build": "rollup -c rollup.config.mjs"
4444
},
4545
"dependencies": {}

0 commit comments

Comments
 (0)