Fix linting of example

This commit is contained in:
Matt Bierner
2022-04-13 16:09:07 -07:00
parent a4f2ebf7dd
commit 2556c82cb3

View File

@ -28,7 +28,7 @@
"compile": "npm run compile:extension && npm run compile:client",
"compile:extension": "tsc -b",
"compile:client": "webpack --mode production",
"lint": "eslint src --ext ts",
"lint": "eslint src --ext .ts,.tsx",
"watch": "concurrently -r \"npm:watch:*\"",
"watch:extension": "tsc -b --watch",
"watch:client": "webpack --mode development --watch",