Skip to content

Commit

Permalink
fix: Format
Browse files Browse the repository at this point in the history
  • Loading branch information
bukinoshita committed Aug 15, 2023
1 parent 24f10f7 commit f4fee38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"scripts": {
"build": "tsc -p .",
"lint": "eslint --fix --ext .ts ./src",
"test": "jest",
"test:watch": "jest --watch",
"prettier": "prettier \"src/**/*.{js,ts,tsx}\" --check",
"format": "prettier \"src/**/*.{js,ts,tsx}\" --write",
"lint": "eslint --fix --ext .ts ./src",
"format:check": "prettier --check \"**/*.{ts,tsx}\"",
"format": "prettier --write .",
"prepublishOnly": "yarn run build"
},
"repository": {
Expand Down

0 comments on commit f4fee38

Please sign in to comment.