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 Oct 28, 2024
1 parent d832dbe commit a95732a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/adonisjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
"scripts": {
"start": "node bin/server.js",
"dev": "node ace serve --hmr",
"lint": "eslint .",
"format": "prettier --write .",
"typecheck": "tsc --noEmit"
"format": "prettier --write ."
},
"imports": {
"#controllers/*": "./app/controllers/*.js",
Expand Down

0 comments on commit a95732a

Please sign in to comment.