Skip to content

Commit 73757b7

Browse files
committed
api doesnt have JSX or TSX
1 parent 8ff3898 commit 73757b7

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
@@ -27,7 +27,7 @@
2727
"rebuild": "electron-rebuild --parallel --types prod,dev,optional --module-dir redisinsight",
2828
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
2929
"lint:ui": "eslint ./redisinsight/ui --ext .js,.jsx,.ts,.tsx",
30-
"lint:api": "eslint ./redisinsight/api --ext .js,.jsx,.ts,.tsx",
30+
"lint:api": "eslint ./redisinsight/api --ext .js,.ts",
3131
"lint:desktop": "eslint ./redisinsight/desktop",
3232
"lint:e2e": "yarn --cwd tests/e2e lint",
3333
"prettier": "prettier --check .",

0 commit comments

Comments
 (0)