Skip to content

Commit

Permalink
fixed quotes on lint script, added format check and fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TieDyedSheep committed Jul 19, 2024
1 parent d9e1a83 commit df06ebc
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 @@ -9,10 +9,10 @@
"dev": "nodemon",
"compile": "tsc -p .",
"clean-log": "rm -rf ./log",
"lint": "eslint './src/**/*.ts'",
"lint-windows": "eslint ./src/**/*.ts",
"lint": "eslint \"./src/**/*.ts\"",
"update-docker-dev": "docker build -t registry.gitlab.com/shardeum/json-rpc-server:dev . --push",
"format-check": "prettier --check './src/**/*.ts'"
"format-check": "prettier --check './src/**/*.ts'",
"format-fix": "prettier --write './src/**/*.ts'"
},
"author": "thantsintoe",
"license": "ISC",
Expand Down

0 comments on commit df06ebc

Please sign in to comment.