Skip to content

Commit

Permalink
chore: remove lint script from adonisjs example
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Nov 23, 2024
1 parent f080cd8 commit cf79d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/adonisjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"scripts": {
"start": "node bin/server.js",
"dev": "node ace serve --hmr",
"format": "prettier --write .",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"format": "prettier --write ."
},
"imports": {
"#controllers/*": "./app/controllers/*.js",
Expand Down

0 comments on commit cf79d95

Please sign in to comment.