Skip to content

Commit

Permalink
Update format
Browse files Browse the repository at this point in the history
  • Loading branch information
timursevimli committed Mar 20, 2024
1 parent 5c6a728 commit ebce0b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"scripts": {
"test": "npm run lint && npm run types && node --test",
"types": "tsc -p tsconfig.json",
"lint": "eslint . && prettier -c '**/*.js' '**/*.json' '**/*.md' '**/*.ts'",
"fmt": "prettier --write '**/*.js' '**/*.json' '**/*.md' '**/*.ts'"
"lint": "eslint . && prettier --check \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/.*rc\" \"**/*.ts\"",
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/.*rc\" \"**/*.ts\""
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ebce0b8

Please sign in to comment.