Skip to content

Commit 0513347

Browse files
committed
api doesnt have JSX or TSX
1 parent 22de06c commit 0513347

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

0 commit comments

Comments
 (0)