schoolbox web extension :)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: simplify lint script

willow 2db7526f 77aa6ab3

+1 -1
+1 -1
package.json
··· 46 46 "build:firefox": "wxt build -b firefox", 47 47 "zip": "wxt zip", 48 48 "zip:firefox": "wxt zip -b firefox", 49 - "lint": "eslint && eslint .", 49 + "lint": "eslint .", 50 50 "check": "svelte-check --tsconfig ./tsconfig.json", 51 51 "format": "prettier --write .", 52 52 "postinstall": "wxt prepare"