Skip to content

Commit

Permalink
chore: add npm fmt script
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekindel committed Oct 4, 2023
1 parent b76858d commit b1ab58a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
"scripts": {
"clean": "rimraf output && rimraf .pulp-cache",
"build": "eslint src && pulp build -- --censor-lib --strict",
"test": "pulp test -- --censor-lib --strict"
"test": "pulp test -- --censor-lib --strict",
"fmt": "purs-tidy format-in-place 'src/**/*.purs' 'test/**/*.purs'"
},
"devDependencies": {
"eslint": "^7.15.0",
"pulp": "16.0.0-0",
"purescript-psa": "^0.8.2",
"purs-tidy": "^0.10.0",
"rimraf": "^3.0.2"
}
}

0 comments on commit b1ab58a

Please sign in to comment.