Skip to content

Commit

Permalink
feat: update package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwillox committed Feb 12, 2023
1 parent cf7468f commit 0851da3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"build": "vite build",
"build:tsc": "tsc && vite build",
"typecheck": "tsc",
"lint": "eslint --max-warnings=0 src/",
"lint:fix": "npm run lint -s -- --fix",
"format": "prettier src/ --write",
"format:check": "prettier src/ --check"
"lint": "eslint . --cache --max-warnings=0 --ext js,cjs,mjs,jsx,ts,tsx",
"lint:fix": "pnpm run lint --fix",
"format": "prettier --cache --write .",
"format:check": "prettier --cache --check ."
},
"dependencies": {
"card-tools": "github:thomasloven/lovelace-card-tools#477f3d4",
Expand Down

0 comments on commit 0851da3

Please sign in to comment.