mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
enh: add json to linting
This commit is contained in:
parent
52bafe69c1
commit
3551811c51
@ -5,8 +5,8 @@
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"lint": "prettier -c \"./**/*.{ts,js,cjs,svelte}\"",
|
||||
"lint:fix": "prettier -w \"./**/*.{ts,js,cjs,svelte}\"",
|
||||
"lint": "prettier -c \"./**/*.{ts,js,cjs,svelte,json}\"",
|
||||
"lint:fix": "prettier -w \"./**/*.{ts,js,cjs,svelte,json}\"",
|
||||
"build": "concurrently 'yarn:build:*'",
|
||||
"build:dashboard": "cd packages/dashboard && yarn build",
|
||||
"build:daemon": "cd packages/daemon && yarn build",
|
||||
|
Loading…
x
Reference in New Issue
Block a user